Html Css Color HEX #FF64F6 Pink Flamingo

📋 copy color: '#FF64F6'

red 255 ◦ green 100 ◦ blue 246

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

Shades of Pink Flamingo #FF64F6

Tints of Pink Flamingo #FF64F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.93%

R = 42.43%
G = 16.64%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF64F6 (or 0xFF64F6) is known color: Pink Flamingo. HEX triplet: FF, 64 and F6. RGB value is (255,100,246). Sum of RGB (Red+Green+Blue) = 255+100+246=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 100 (39.45% from 255 or 16.64% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64F6 is #009B09. Grayscale: #A2A2A2. Windows color (decimal): -39690 or 16147711. OLE color: 16147711.

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

Color convert

RGB 255 100 246 -
CMYK 0 0.61 0.04 0
HSL 303.48º 1% 0.7% -
HSV(B) 303.48º 0.61% 1% -
XYZ 62.43 37.03 91.05 -
YUV 162.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 255 100 246 0 0.61 0.04 0 303.48 1 0.7
Hex FF 64 F6 0 3D 4 0 12F 64 46
Octal 377 144 366 0 75 4 0 457 144 106
Binary 11111111 1100100 11110110 0 111101 100 0 100101111 1100100 1000110

Color Harmonies of #FF64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64F6

Black with #FF64F6

Text Example


Text Example

White with #FF64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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