Html Css Color HEX #FC52F0 Pink Flamingo

📋 copy color: '#FC52F0'

red 252 ◦ green 82 ◦ blue 240

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

Shades of Pink Flamingo #FC52F0

Tints of Pink Flamingo #FC52F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 43.9%
G = 14.29%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC52F0 (or 0xFC52F0) is known color: Pink Flamingo. HEX triplet: FC, 52 and F0. RGB value is (252,82,240). Sum of RGB (Red+Green+Blue) = 252+82+240=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52F0 is #03AD0F. Grayscale: #969696. Windows color (decimal): -240912 or 15749884. OLE color: 15749884.

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

Color convert

RGB 252 82 240 -
CMYK 0 0.67 0.05 0.01
HSL 304.24º 0.97% 0.65% -
HSV(B) 304.24º 0.67% 0.99% -
XYZ 58.89 33.02 85.71 -
YUV 150.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 252 82 240 0 0.67 0.05 0.01 304.24 0.97 0.65
Hex FC 52 F0 0 43 5 1 130 61 41
Octal 374 122 360 0 103 5 1 460 141 101
Binary 11111100 1010010 11110000 0 1000011 101 1 100110000 1100001 1000001

Color Harmonies of #FC52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52F0

Black with #FC52F0

Text Example


Text Example

White with #FC52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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