Html Css Color HEX #FC5E9C Brilliant Rose

📋 copy color: '#FC5E9C'

red 252 ◦ green 94 ◦ blue 156

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

Shades of Brilliant Rose #FC5E9C

Tints of Brilliant Rose #FC5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 50.2%
G = 18.73%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC5E9C (or 0xFC5E9C) is known color: Brilliant Rose. HEX triplet: FC, 5E and 9C. RGB value is (252,94,156). Sum of RGB (Red+Green+Blue) = 252+94+156=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E9C is #03A163. Grayscale: #949494. Windows color (decimal): -237924 or 10247932. OLE color: 10247932.

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

Color convert

RGB 252 94 156 -
CMYK 0 0.63 0.38 0.01
HSL 336.46º 0.96% 0.68% -
HSV(B) 336.46º 0.63% 0.99% -
XYZ 50.15 31.1 34.81 -
YUV 148.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 252 94 156 0 0.63 0.38 0.01 336.46 0.96 0.68
Hex FC 5E 9C 0 3F 26 1 150 60 44
Octal 374 136 234 0 77 46 1 520 140 104
Binary 11111100 1011110 10011100 0 111111 100110 1 101010000 1100000 1000100

Color Harmonies of #FC5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E9C

Black with #FC5E9C

Text Example


Text Example

White with #FC5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E9C; }

 p { color: rgb(252,94,156); }

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

background-color css

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

 a { background-color: rgb(252,94,156); }

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

border-color css

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

 span { border-color: rgb(252,94,156); }

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