Html Css Color HEX #FF64FA Pink Flamingo

📋 copy color: '#FF64FA'

red 255 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #FF64FA

Tints of Pink Flamingo #FF64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 42.15%
G = 16.53%
B = 41.32%

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

#FF64FA (or 0xFF64FA) is known color: Pink Flamingo. HEX triplet: FF, 64 and FA. RGB value is (255,100,250). Sum of RGB (Red+Green+Blue) = 255+100+250=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 100 (39.45% from 255 or 16.53% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64FA is #009B05. Grayscale: #A3A3A3. Windows color (decimal): -39686 or 16409855. OLE color: 16409855.

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

Color convert

RGB 255 100 250 -
CMYK 0 0.61 0.02 0
HSL 301.94º 1% 0.7% -
HSV(B) 301.94º 0.61% 1% -
XYZ 63.05 37.28 94.31 -
YUV 163.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 255 100 250 0 0.61 0.02 0 301.94 1 0.7
Hex FF 64 FA 0 3D 2 0 12E 64 46
Octal 377 144 372 0 75 2 0 456 144 106
Binary 11111111 1100100 11111010 0 111101 10 0 100101110 1100100 1000110

Color Harmonies of #FF64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64FA

Black with #FF64FA

Text Example


Text Example

White with #FF64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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