Html Css Color HEX #FC5E9B Brilliant Rose

📋 copy color: '#FC5E9B'

red 252 ◦ green 94 ◦ blue 155

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

Shades of Brilliant Rose #FC5E9B

Tints of Brilliant Rose #FC5E9B

RGB

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

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

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

R = 50.3%
G = 18.76%
B = 30.94%

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

#FC5E9B (or 0xFC5E9B) is known color: Brilliant Rose. HEX triplet: FC, 5E and 9B. RGB value is (252,94,155). Sum of RGB (Red+Green+Blue) = 252+94+155=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E9B is #03A164. Grayscale: #949494. Windows color (decimal): -237925 or 10182396. OLE color: 10182396.

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

Color convert

RGB 252 94 155 -
CMYK 0 0.63 0.38 0.01
HSL 336.84º 0.96% 0.68% -
HSV(B) 336.84º 0.63% 0.99% -
XYZ 50.06 31.07 34.37 -
YUV 148.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 252 94 155 0 0.63 0.38 0.01 336.84 0.96 0.68
Hex FC 5E 9B 0 3F 26 1 151 60 44
Octal 374 136 233 0 77 46 1 521 140 104
Binary 11111100 1011110 10011011 0 111111 100110 1 101010001 1100000 1000100

Color Harmonies of #FC5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E9B

Black with #FC5E9B

Text Example


Text Example

White with #FC5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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