#FC619A

Color #FC619A Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FC619A

Tints of Brilliant Rose #FC619A

Color information

#FC619A (or 0xFC619A) is unknown color: approx Brilliant Rose. HEX triplet: FC, 61 and 9A. RGB value is (252,97,154). Sum of RGB (Red+Green+Blue) = 252+97+154=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC619A is #039E65. Grayscale: #959595. Windows color (decimal): -237158 or 10117628. OLE color: 10117628.

HSL color Cylindrical-coordinate representation of color #FC619A: hue angle of 337.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC619A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB25297154-
CMYK00.620.390.01
HSL337.94º96.27%68.43%-
HSV(B)337.94º61.51%98.82%-
XYZ50.2531.5834.02-
YUV149.84130.35200.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=50.10%
G=19.28%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529715400.620.390.01337.9496.2768.43
HexFC619A03E2711526044
Octal374141232076471522140104
Binary111111001100001100110100111110100111110101001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC619A; }

 p { color: rgb(252,97,154); }

 H1.HeaderClassName
 {
   color: #FC619A;
 }
 .AnyTagClassName
 {
   color: #FC619A;
 }
</style>
background-color css

<style>
 a { background-color: #FC619A; }

 a { background-color: rgb(252,97,154); }

 div.DivClassName
 {
   background-color: #FC619A;
 }
 .BgClassName
 {
   background-color: #FC619A;
 }
</style>
border-color css

<style>
 span { border-color: #FC619A; }

 span { border-color: rgb(252,97,154); }

 td.TdClassName
 {
   border-color: #FC619A;
 }
 .TagClassName
 {
   border-color: #FC619A;
 }
</style>