Html Css Color HEX #FA64FE Pink Flamingo

📋 copy color: '#FA64FE'

red 250 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #FA64FE

Tints of Pink Flamingo #FA64FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 41.39%
G = 16.56%
B = 42.05%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA64FE (or 0xFA64FE) is known color: Pink Flamingo. HEX triplet: FA, 64 and FE. RGB value is (250,100,254). Sum of RGB (Red+Green+Blue) = 250+100+254=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 100 (39.45% from 255 or 16.56% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64FE is #059B01. Grayscale: #A1A1A1. Windows color (decimal): -367362 or 16671994. OLE color: 16671994.

HSL color Cylindrical-coordinate representation of color #FA64FE: hue angle of 298.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA64FE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 100 254 -
CMYK 0.02 0.61 0 0.00
HSL 298.44º 0.99% 0.69% -
HSV(B) 298.44º 0.61% 1% -
XYZ 61.87 36.59 97.57 -
YUV 162.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 250 100 254 0.02 0.61 0 0.00 298.44 0.99 0.69
Hex FA 64 FE 2 3D 0 0 12A 63 45
Octal 372 144 376 2 75 0 0 452 143 105
Binary 11111010 1100100 11111110 10 111101 0 0 100101010 1100011 1000101

Color Harmonies of #FA64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64FE

Black with #FA64FE

Text Example


Text Example

White with #FA64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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