Html Css Color HEX #FE64EC Pink Flamingo

📋 copy color: '#FE64EC'

red 254 ◦ green 100 ◦ blue 236

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

Shades of Pink Flamingo #FE64EC

Tints of Pink Flamingo #FE64EC

RGB

 RED value IS 254 (99.61% from 255) = 43.05%

 GREEN value IS 100 (39.45% from 255) = 16.95%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 43.05%
G = 16.95%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE64EC (or 0xFE64EC) is known color: Pink Flamingo. HEX triplet: FE, 64 and EC. RGB value is (254,100,236). Sum of RGB (Red+Green+Blue) = 254+100+236=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64EC is #019B13. Grayscale: #A1A1A1. Windows color (decimal): -105236 or 15492350. OLE color: 15492350.

HSL color Cylindrical-coordinate representation of color #FE64EC: hue angle of 307.01º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64EC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 236 -
CMYK 0 0.61 0.07 0.00
HSL 307.01º 0.99% 0.69% -
HSV(B) 307.01º 0.61% 1% -
XYZ 60.57 36.24 83.16 -
YUV 161.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 254 100 236 0 0.61 0.07 0.00 307.01 0.99 0.69
Hex FE 64 EC 0 3D 7 0 133 63 45
Octal 376 144 354 0 75 7 0 463 143 105
Binary 11111110 1100100 11101100 0 111101 111 0 100110011 1100011 1000101

Color Harmonies of #FE64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64EC

Black with #FE64EC

Text Example


Text Example

White with #FE64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64EC; }

 p { color: rgb(254,100,236); }

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

background-color css

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

 a { background-color: rgb(254,100,236); }

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

border-color css

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

 span { border-color: rgb(254,100,236); }

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