Html Css Color HEX #FF64F9 Pink Flamingo

📋 copy color: '#FF64F9'

red 255 ◦ green 100 ◦ blue 249

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

Shades of Pink Flamingo #FF64F9

Tints of Pink Flamingo #FF64F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 42.22%
G = 16.56%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF64F9 (or 0xFF64F9) is known color: Pink Flamingo. HEX triplet: FF, 64 and F9. RGB value is (255,100,249). Sum of RGB (Red+Green+Blue) = 255+100+249=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 100 (39.45% from 255 or 16.56% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F9 is #009B06. Grayscale: #A2A2A2. Windows color (decimal): -39687 or 16344319. OLE color: 16344319.

HSL color Cylindrical-coordinate representation of color #FF64F9: hue angle of 302.32º 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 #FF64F9 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 249 -
CMYK 0 0.61 0.02 0
HSL 302.32º 1% 0.7% -
HSV(B) 302.32º 0.61% 1% -
XYZ 62.9 37.21 93.49 -
YUV 163.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 255 100 249 0 0.61 0.02 0 302.32 1 0.7
Hex FF 64 F9 0 3D 2 0 12E 64 46
Octal 377 144 371 0 75 2 0 456 144 106
Binary 11111111 1100100 11111001 0 111101 10 0 100101110 1100100 1000110

Color Harmonies of #FF64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64F9

Black with #FF64F9

Text Example


Text Example

White with #FF64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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