Html Css Color HEX #FC609B Brilliant Rose

📋 copy color: '#FC609B'

red 252 ◦ green 96 ◦ blue 155

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

Shades of Brilliant Rose #FC609B

Tints of Brilliant Rose #FC609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 50.1%
G = 19.09%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC609B (or 0xFC609B) is known color: Brilliant Rose. HEX triplet: FC, 60 and 9B. RGB value is (252,96,155). Sum of RGB (Red+Green+Blue) = 252+96+155=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC609B is #039F64. Grayscale: #959595. Windows color (decimal): -237413 or 10182908. OLE color: 10182908.

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

Color convert

RGB 252 96 155 -
CMYK 0 0.62 0.38 0.01
HSL 337.31º 0.96% 0.68% -
HSV(B) 337.31º 0.62% 0.99% -
XYZ 50.24 31.43 34.43 -
YUV 149.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 252 96 155 0 0.62 0.38 0.01 337.31 0.96 0.68
Hex FC 60 9B 0 3E 26 1 151 60 44
Octal 374 140 233 0 76 46 1 521 140 104
Binary 11111100 1100000 10011011 0 111110 100110 1 101010001 1100000 1000100

Color Harmonies of #FC609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC609B

Black with #FC609B

Text Example


Text Example

White with #FC609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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