Html Css Color HEX #FC53FA Pink Flamingo

📋 copy color: '#FC53FA'

red 252 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #FC53FA

Tints of Pink Flamingo #FC53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.19%

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

R = 43.08%
G = 14.19%
B = 42.74%

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

#FC53FA (or 0xFC53FA) is known color: Pink Flamingo. HEX triplet: FC, 53 and FA. RGB value is (252,83,250). Sum of RGB (Red+Green+Blue) = 252+83+250=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 83 (32.81% from 255 or 14.19% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53FA is #03AC05. Grayscale: #989898. Windows color (decimal): -240646 or 16405500. OLE color: 16405500.

HSL color Cylindrical-coordinate representation of color #FC53FA: hue angle of 300.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53FA is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 83 250 -
CMYK 0 0.67 0.01 0.01
HSL 300.71º 0.97% 0.66% -
HSV(B) 300.71º 0.67% 0.99% -
XYZ 60.49 33.78 93.78 -
YUV 152.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 252 83 250 0 0.67 0.01 0.01 300.71 0.97 0.66
Hex FC 53 FA 0 43 1 1 12D 61 42
Octal 374 123 372 0 103 1 1 455 141 102
Binary 11111100 1010011 11111010 0 1000011 1 1 100101101 1100001 1000010

Color Harmonies of #FC53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53FA

Black with #FC53FA

Text Example


Text Example

White with #FC53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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