Html Css Color HEX #FC52AB Brilliant Rose

📋 copy color: '#FC52AB'

red 252 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #FC52AB

Tints of Brilliant Rose #FC52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.24%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 49.9%
G = 16.24%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC52AB (or 0xFC52AB) is known color: Brilliant Rose. HEX triplet: FC, 52 and AB. RGB value is (252,82,171). Sum of RGB (Red+Green+Blue) = 252+82+171=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52AB is #03AD54. Grayscale: #8E8E8E. Windows color (decimal): -240981 or 11227900. OLE color: 11227900.

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

Color convert

RGB 252 82 171 -
CMYK 0 0.67 0.32 0.01
HSL 328.59º 0.97% 0.65% -
HSV(B) 328.59º 0.67% 0.99% -
XYZ 50.51 29.67 41.59 -
YUV 142.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 252 82 171 0 0.67 0.32 0.01 328.59 0.97 0.65
Hex FC 52 AB 0 43 20 1 149 61 41
Octal 374 122 253 0 103 40 1 511 141 101
Binary 11111100 1010010 10101011 0 1000011 100000 1 101001001 1100001 1000001

Color Harmonies of #FC52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52AB

Black with #FC52AB

Text Example


Text Example

White with #FC52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52AB; }

 p { color: rgb(252,82,171); }

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

background-color css

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

 a { background-color: rgb(252,82,171); }

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

border-color css

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

 span { border-color: rgb(252,82,171); }

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