Html Css Color HEX #FC52A6 Brilliant Rose

📋 copy color: '#FC52A6'

red 252 ◦ green 82 ◦ blue 166

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

Shades of Brilliant Rose #FC52A6

Tints of Brilliant Rose #FC52A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 50.4%
G = 16.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC52A6 (or 0xFC52A6) is known color: Brilliant Rose. HEX triplet: FC, 52 and A6. RGB value is (252,82,166). Sum of RGB (Red+Green+Blue) = 252+82+166=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52A6 is #03AD59. Grayscale: #8E8E8E. Windows color (decimal): -240986 or 10900220. OLE color: 10900220.

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

Color convert

RGB 252 82 166 -
CMYK 0 0.67 0.34 0.01
HSL 330.35º 0.97% 0.65% -
HSV(B) 330.35º 0.67% 0.99% -
XYZ 50.05 29.48 39.13 -
YUV 142.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 252 82 166 0 0.67 0.34 0.01 330.35 0.97 0.65
Hex FC 52 A6 0 43 22 1 14A 61 41
Octal 374 122 246 0 103 42 1 512 141 101
Binary 11111100 1010010 10100110 0 1000011 100010 1 101001010 1100001 1000001

Color Harmonies of #FC52A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52A6

Black with #FC52A6

Text Example


Text Example

White with #FC52A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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