Html Css Color HEX #FA64EB Pink Flamingo

📋 copy color: '#FA64EB'

red 250 ◦ green 100 ◦ blue 235

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

Shades of Pink Flamingo #FA64EB

Tints of Pink Flamingo #FA64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 42.74%
G = 17.09%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA64EB (or 0xFA64EB) is known color: Pink Flamingo. HEX triplet: FA, 64 and EB. RGB value is (250,100,235). Sum of RGB (Red+Green+Blue) = 250+100+235=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64EB is #059B14. Grayscale: #9F9F9F. Windows color (decimal): -367381 or 15426810. OLE color: 15426810.

HSL color Cylindrical-coordinate representation of color #FA64EB: hue angle of 306º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64EB is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 235 -
CMYK 0 0.6 0.06 0.02
HSL 306º 0.94% 0.69% -
HSV(B) 306º 0.6% 0.98% -
XYZ 58.98 35.44 82.33 -
YUV 160.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 250 100 235 0 0.6 0.06 0.02 306 0.94 0.69
Hex FA 64 EB 0 3C 6 2 132 5E 45
Octal 372 144 353 0 74 6 2 462 136 105
Binary 11111010 1100100 11101011 0 111100 110 10 100110010 1011110 1000101

Color Harmonies of #FA64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64EB

Black with #FA64EB

Text Example


Text Example

White with #FA64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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