Html Css Color HEX #FF64F0 Pink Flamingo

📋 copy color: '#FF64F0'

red 255 ◦ green 100 ◦ blue 240

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

Shades of Pink Flamingo #FF64F0

Tints of Pink Flamingo #FF64F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.34%

R = 42.86%
G = 16.81%
B = 40.34%

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

#FF64F0 (or 0xFF64F0) is known color: Pink Flamingo. HEX triplet: FF, 64 and F0. RGB value is (255,100,240). Sum of RGB (Red+Green+Blue) = 255+100+240=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F0 is #009B0F. Grayscale: #A1A1A1. Windows color (decimal): -39696 or 15754495. OLE color: 15754495.

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

Color convert

RGB 255 100 240 -
CMYK 0 0.61 0.06 0
HSL 305.81º 1% 0.7% -
HSV(B) 305.81º 0.61% 1% -
XYZ 61.53 36.67 86.27 -
YUV 162.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 255 100 240 0 0.61 0.06 0 305.81 1 0.7
Hex FF 64 F0 0 3D 6 0 132 64 46
Octal 377 144 360 0 75 6 0 462 144 106
Binary 11111111 1100100 11110000 0 111101 110 0 100110010 1100100 1000110

Color Harmonies of #FF64F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64F0

Black with #FF64F0

Text Example


Text Example

White with #FF64F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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