Html Css Color HEX #FF64EF Pink Flamingo

📋 copy color: '#FF64EF'

red 255 ◦ green 100 ◦ blue 239

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

Shades of Pink Flamingo #FF64EF

Tints of Pink Flamingo #FF64EF

RGB

 RED value IS 255 (100% from 255) = 42.93%

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

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

R = 42.93%
G = 16.84%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF64EF (or 0xFF64EF) is known color: Pink Flamingo. HEX triplet: FF, 64 and EF. RGB value is (255,100,239). Sum of RGB (Red+Green+Blue) = 255+100+239=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64EF is #009B10. Grayscale: #A1A1A1. Windows color (decimal): -39697 or 15688959. OLE color: 15688959.

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

Color convert

RGB 255 100 239 -
CMYK 0 0.61 0.06 0
HSL 306.19º 1% 0.7% -
HSV(B) 306.19º 0.61% 1% -
XYZ 61.38 36.61 85.49 -
YUV 162.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 255 100 239 0 0.61 0.06 0 306.19 1 0.7
Hex FF 64 EF 0 3D 6 0 132 64 46
Octal 377 144 357 0 75 6 0 462 144 106
Binary 11111111 1100100 11101111 0 111101 110 0 100110010 1100100 1000110

Color Harmonies of #FF64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64EF

Black with #FF64EF

Text Example


Text Example

White with #FF64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64EF; }

 p { color: rgb(255,100,239); }

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

background-color css

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

 a { background-color: rgb(255,100,239); }

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

border-color css

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

 span { border-color: rgb(255,100,239); }

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