Html Css Color HEX #FA64FF Pink Flamingo

📋 copy color: '#FA64FF'

red 250 ◦ green 100 ◦ blue 255

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

Shades of Pink Flamingo #FA64FF

Tints of Pink Flamingo #FA64FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA64FF (or 0xFA64FF) is known color: Pink Flamingo. HEX triplet: FA, 64 and FF. RGB value is (250,100,255). Sum of RGB (Red+Green+Blue) = 250+100+255=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 100 (39.45% from 255 or 16.53% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64FF is #059B00. Grayscale: #A2A2A2. Windows color (decimal): -367361 or 16737530. OLE color: 16737530.

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

Color convert

RGB 250 100 255 -
CMYK 0.02 0.61 0 0
HSL 298.06º 1% 0.7% -
HSV(B) 298.06º 0.61% 1% -
XYZ 62.03 36.66 98.41 -
YUV 162.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 250 100 255 0.02 0.61 0 0 298.06 1 0.7
Hex FA 64 FF 2 3D 0 0 12A 64 46
Octal 372 144 377 2 75 0 0 452 144 106
Binary 11111010 1100100 11111111 10 111101 0 0 100101010 1100100 1000110

Color Harmonies of #FA64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64FF

Black with #FA64FF

Text Example


Text Example

White with #FA64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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