Html Css Color HEX #FC53EF Pink Flamingo

📋 copy color: '#FC53EF'

red 252 ◦ green 83 ◦ blue 239

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

Shades of Pink Flamingo #FC53EF

Tints of Pink Flamingo #FC53EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 43.9%
G = 14.46%
B = 41.64%

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

#FC53EF (or 0xFC53EF) is known color: Pink Flamingo. HEX triplet: FC, 53 and EF. RGB value is (252,83,239). Sum of RGB (Red+Green+Blue) = 252+83+239=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 83 (32.81% from 255 or 14.46% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53EF is #03AC10. Grayscale: #969696. Windows color (decimal): -240657 or 15684604. OLE color: 15684604.

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

Color convert

RGB 252 83 239 -
CMYK 0 0.67 0.05 0.01
HSL 304.62º 0.97% 0.66% -
HSV(B) 304.62º 0.67% 0.99% -
XYZ 58.82 33.11 84.95 -
YUV 151.32 177.49 199.82 -
System Red Green Blue C M Y K H S L
Decimal 252 83 239 0 0.67 0.05 0.01 304.62 0.97 0.66
Hex FC 53 EF 0 43 5 1 131 61 42
Octal 374 123 357 0 103 5 1 461 141 102
Binary 11111100 1010011 11101111 0 1000011 101 1 100110001 1100001 1000010

Color Harmonies of #FC53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53EF

Black with #FC53EF

Text Example


Text Example

White with #FC53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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