Html Css Color HEX #FC5B9A Brilliant Rose

📋 copy color: '#FC5B9A'

red 252 ◦ green 91 ◦ blue 154

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

Shades of Brilliant Rose #FC5B9A

Tints of Brilliant Rose #FC5B9A

RGB

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

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

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

R = 50.7%
G = 18.31%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC5B9A (or 0xFC5B9A) is known color: Brilliant Rose. HEX triplet: FC, 5B and 9A. RGB value is (252,91,154). Sum of RGB (Red+Green+Blue) = 252+91+154=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B9A is #03A465. Grayscale: #929292. Windows color (decimal): -238694 or 10116092. OLE color: 10116092.

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

Color convert

RGB 252 91 154 -
CMYK 0 0.64 0.39 0.01
HSL 336.52º 0.96% 0.67% -
HSV(B) 336.52º 0.64% 0.99% -
XYZ 49.72 30.51 33.84 -
YUV 146.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 252 91 154 0 0.64 0.39 0.01 336.52 0.96 0.67
Hex FC 5B 9A 0 40 27 1 151 60 43
Octal 374 133 232 0 100 47 1 521 140 103
Binary 11111100 1011011 10011010 0 1000000 100111 1 101010001 1100000 1000011

Color Harmonies of #FC5B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B9A

Black with #FC5B9A

Text Example


Text Example

White with #FC5B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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