Html Css Color HEX #FC53EA Pink Flamingo

📋 copy color: '#FC53EA'

red 252 ◦ green 83 ◦ blue 234

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

Shades of Pink Flamingo #FC53EA

Tints of Pink Flamingo #FC53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 44.29%
G = 14.59%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC53EA (or 0xFC53EA) is known color: Pink Flamingo. HEX triplet: FC, 53 and EA. RGB value is (252,83,234). Sum of RGB (Red+Green+Blue) = 252+83+234=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53EA is #03AC15. Grayscale: #969696. Windows color (decimal): -240662 or 15356924. OLE color: 15356924.

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

Color convert

RGB 252 83 234 -
CMYK 0 0.67 0.07 0.01
HSL 306.39º 0.97% 0.66% -
HSV(B) 306.39º 0.67% 0.99% -
XYZ 58.09 32.82 81.12 -
YUV 150.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 252 83 234 0 0.67 0.07 0.01 306.39 0.97 0.66
Hex FC 53 EA 0 43 7 1 132 61 42
Octal 374 123 352 0 103 7 1 462 141 102
Binary 11111100 1010011 11101010 0 1000011 111 1 100110010 1100001 1000010

Color Harmonies of #FC53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53EA

Black with #FC53EA

Text Example


Text Example

White with #FC53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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