Html Css Color HEX #FC5BA2 Brilliant Rose

📋 copy color: '#FC5BA2'

red 252 ◦ green 91 ◦ blue 162

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

Shades of Brilliant Rose #FC5BA2

Tints of Brilliant Rose #FC5BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 49.9%
G = 18.02%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC5BA2 (or 0xFC5BA2) is known color: Brilliant Rose. HEX triplet: FC, 5B and A2. RGB value is (252,91,162). Sum of RGB (Red+Green+Blue) = 252+91+162=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA2 is #03A45D. Grayscale: #939393. Windows color (decimal): -238686 or 10640380. OLE color: 10640380.

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

Color convert

RGB 252 91 162 -
CMYK 0 0.64 0.36 0.01
HSL 333.54º 0.96% 0.67% -
HSV(B) 333.54º 0.64% 0.99% -
XYZ 50.41 30.79 37.47 -
YUV 147.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 252 91 162 0 0.64 0.36 0.01 333.54 0.96 0.67
Hex FC 5B A2 0 40 24 1 14E 60 43
Octal 374 133 242 0 100 44 1 516 140 103
Binary 11111100 1011011 10100010 0 1000000 100100 1 101001110 1100000 1000011

Color Harmonies of #FC5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BA2

Black with #FC5BA2

Text Example


Text Example

White with #FC5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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