Html Css Color HEX #FC52AA Brilliant Rose

📋 copy color: '#FC52AA'

red 252 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #FC52AA

Tints of Brilliant Rose #FC52AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 50%
G = 16.27%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC52AA (or 0xFC52AA) is known color: Brilliant Rose. HEX triplet: FC, 52 and AA. RGB value is (252,82,170). Sum of RGB (Red+Green+Blue) = 252+82+170=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52AA is #03AD55. Grayscale: #8E8E8E. Windows color (decimal): -240982 or 11162364. OLE color: 11162364.

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

Color convert

RGB 252 82 170 -
CMYK 0 0.67 0.33 0.01
HSL 328.94º 0.97% 0.65% -
HSV(B) 328.94º 0.67% 0.99% -
XYZ 50.42 29.63 41.09 -
YUV 142.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 252 82 170 0 0.67 0.33 0.01 328.94 0.97 0.65
Hex FC 52 AA 0 43 21 1 149 61 41
Octal 374 122 252 0 103 41 1 511 141 101
Binary 11111100 1010010 10101010 0 1000011 100001 1 101001001 1100001 1000001

Color Harmonies of #FC52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52AA

Black with #FC52AA

Text Example


Text Example

White with #FC52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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