Html Css Color HEX #FC529F Brilliant Rose

📋 copy color: '#FC529F'

red 252 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #FC529F

Tints of Brilliant Rose #FC529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 51.12%
G = 16.63%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC529F (or 0xFC529F) is known color: Brilliant Rose. HEX triplet: FC, 52 and 9F. RGB value is (252,82,159). Sum of RGB (Red+Green+Blue) = 252+82+159=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC529F is #03AD60. Grayscale: #8D8D8D. Windows color (decimal): -240993 or 10441468. OLE color: 10441468.

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

Color convert

RGB 252 82 159 -
CMYK 0 0.67 0.37 0.01
HSL 332.82º 0.97% 0.65% -
HSV(B) 332.82º 0.67% 0.99% -
XYZ 49.42 29.23 35.84 -
YUV 141.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 252 82 159 0 0.67 0.37 0.01 332.82 0.97 0.65
Hex FC 52 9F 0 43 25 1 14D 61 41
Octal 374 122 237 0 103 45 1 515 141 101
Binary 11111100 1010010 10011111 0 1000011 100101 1 101001101 1100001 1000001

Color Harmonies of #FC529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC529F

Black with #FC529F

Text Example


Text Example

White with #FC529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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