Html Css Color HEX #FC5AB0 Brilliant Rose

📋 copy color: '#FC5AB0'

red 252 ◦ green 90 ◦ blue 176

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

Shades of Brilliant Rose #FC5AB0

Tints of Brilliant Rose #FC5AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.37%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 48.65%
G = 17.37%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC5AB0 (or 0xFC5AB0) is known color: Brilliant Rose. HEX triplet: FC, 5A and B0. RGB value is (252,90,176). Sum of RGB (Red+Green+Blue) = 252+90+176=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AB0 is #03A54F. Grayscale: #949494. Windows color (decimal): -238928 or 11557628. OLE color: 11557628.

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

Color convert

RGB 252 90 176 -
CMYK 0 0.64 0.30 0.01
HSL 328.15º 0.96% 0.67% -
HSV(B) 328.15º 0.64% 0.99% -
XYZ 51.64 31.14 44.36 -
YUV 148.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 252 90 176 0 0.64 0.30 0.01 328.15 0.96 0.67
Hex FC 5A B0 0 40 1E 1 148 60 43
Octal 374 132 260 0 100 36 1 510 140 103
Binary 11111100 1011010 10110000 0 1000000 11110 1 101001000 1100000 1000011

Color Harmonies of #FC5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AB0

Black with #FC5AB0

Text Example


Text Example

White with #FC5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AB0; }

 p { color: rgb(252,90,176); }

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

background-color css

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

 a { background-color: rgb(252,90,176); }

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

border-color css

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

 span { border-color: rgb(252,90,176); }

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