Html Css Color HEX #FC5E9A Brilliant Rose

📋 copy color: '#FC5E9A'

red 252 ◦ green 94 ◦ blue 154

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

Shades of Brilliant Rose #FC5E9A

Tints of Brilliant Rose #FC5E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 50.4%
G = 18.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC5E9A (or 0xFC5E9A) is known color: Brilliant Rose. HEX triplet: FC, 5E and 9A. RGB value is (252,94,154). Sum of RGB (Red+Green+Blue) = 252+94+154=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E9A is #03A165. Grayscale: #949494. Windows color (decimal): -237926 or 10116860. OLE color: 10116860.

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

Color convert

RGB 252 94 154 -
CMYK 0 0.63 0.39 0.01
HSL 337.22º 0.96% 0.68% -
HSV(B) 337.22º 0.63% 0.99% -
XYZ 49.98 31.03 33.93 -
YUV 148.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 252 94 154 0 0.63 0.39 0.01 337.22 0.96 0.68
Hex FC 5E 9A 0 3F 27 1 151 60 44
Octal 374 136 232 0 77 47 1 521 140 104
Binary 11111100 1011110 10011010 0 111111 100111 1 101010001 1100000 1000100

Color Harmonies of #FC5E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E9A

Black with #FC5E9A

Text Example


Text Example

White with #FC5E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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