Html Css Color HEX #FC52FA Pink Flamingo

📋 copy color: '#FC52FA'

red 252 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #FC52FA

Tints of Pink Flamingo #FC52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 43.15%
G = 14.04%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC52FA (or 0xFC52FA) is known color: Pink Flamingo. HEX triplet: FC, 52 and FA. RGB value is (252,82,250). Sum of RGB (Red+Green+Blue) = 252+82+250=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 82 (32.42% from 255 or 14.04% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52FA is #03AD05. Grayscale: #979797. Windows color (decimal): -240902 or 16405244. OLE color: 16405244.

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

Color convert

RGB 252 82 250 -
CMYK 0 0.67 0.01 0.01
HSL 300.71º 0.97% 0.65% -
HSV(B) 300.71º 0.67% 0.99% -
XYZ 60.42 33.63 93.75 -
YUV 151.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 252 82 250 0 0.67 0.01 0.01 300.71 0.97 0.65
Hex FC 52 FA 0 43 1 1 12D 61 41
Octal 374 122 372 0 103 1 1 455 141 101
Binary 11111100 1010010 11111010 0 1000011 1 1 100101101 1100001 1000001

Color Harmonies of #FC52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52FA

Black with #FC52FA

Text Example


Text Example

White with #FC52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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