Html Css Color HEX #FC609F Brilliant Rose

📋 copy color: '#FC609F'

red 252 ◦ green 96 ◦ blue 159

#FC609F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FC609F

Tints of Brilliant Rose #FC609F

RGB

 RED value IS 252 (98.83% from 255) = 49.7%

 GREEN value IS 96 (37.89% from 255) = 18.93%

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 49.7%
G = 18.93%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC609F (or 0xFC609F) is known color: Brilliant Rose. HEX triplet: FC, 60 and 9F. RGB value is (252,96,159). Sum of RGB (Red+Green+Blue) = 252+96+159=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC609F is #039F60. Grayscale: #959595. Windows color (decimal): -237409 or 10445052. OLE color: 10445052.

HSL color Cylindrical-coordinate representation of color #FC609F: hue angle of 335.77º 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 #FC609F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 159 -
CMYK 0 0.62 0.37 0.01
HSL 335.77º 0.96% 0.68% -
HSV(B) 335.77º 0.62% 0.99% -
XYZ 50.59 31.56 36.23 -
YUV 149.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 252 96 159 0 0.62 0.37 0.01 335.77 0.96 0.68
Hex FC 60 9F 0 3E 25 1 150 60 44
Octal 374 140 237 0 76 45 1 520 140 104
Binary 11111100 1100000 10011111 0 111110 100101 1 101010000 1100000 1000100

Color Harmonies of #FC609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC609F

Black with #FC609F

Text Example


Text Example

White with #FC609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC609F; }

 p { color: rgb(252,96,159); }

 H1.HeaderClassName
 {
   color: #FC609F;
 }
 .AnyTagClassName
 {
   color: #FC609F;
 }
</style>

background-color css

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

 a { background-color: rgb(252,96,159); }

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

border-color css

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

 span { border-color: rgb(252,96,159); }

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