Html Css Color HEX #FC5B9E Brilliant Rose

📋 copy color: '#FC5B9E'

red 252 ◦ green 91 ◦ blue 158

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

Shades of Brilliant Rose #FC5B9E

Tints of Brilliant Rose #FC5B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.16%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 50.3%
G = 18.16%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC5B9E (or 0xFC5B9E) is known color: Brilliant Rose. HEX triplet: FC, 5B and 9E. RGB value is (252,91,158). Sum of RGB (Red+Green+Blue) = 252+91+158=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B9E is #03A461. Grayscale: #929292. Windows color (decimal): -238690 or 10378236. OLE color: 10378236.

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

Color convert

RGB 252 91 158 -
CMYK 0 0.64 0.37 0.01
HSL 335.03º 0.96% 0.67% -
HSV(B) 335.03º 0.64% 0.99% -
XYZ 50.06 30.65 35.62 -
YUV 146.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 252 91 158 0 0.64 0.37 0.01 335.03 0.96 0.67
Hex FC 5B 9E 0 40 25 1 14F 60 43
Octal 374 133 236 0 100 45 1 517 140 103
Binary 11111100 1011011 10011110 0 1000000 100101 1 101001111 1100000 1000011

Color Harmonies of #FC5B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B9E

Black with #FC5B9E

Text Example


Text Example

White with #FC5B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B9E; }

 p { color: rgb(252,91,158); }

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

background-color css

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

 a { background-color: rgb(252,91,158); }

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

border-color css

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

 span { border-color: rgb(252,91,158); }

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