Html Css Color HEX #FA64EA Pink Flamingo

📋 copy color: '#FA64EA'

red 250 ◦ green 100 ◦ blue 234

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

Shades of Pink Flamingo #FA64EA

Tints of Pink Flamingo #FA64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 42.81%
G = 17.12%
B = 40.07%

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

#FA64EA (or 0xFA64EA) is known color: Pink Flamingo. HEX triplet: FA, 64 and EA. RGB value is (250,100,234). Sum of RGB (Red+Green+Blue) = 250+100+234=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA64EA is #059B15. Grayscale: #9F9F9F. Windows color (decimal): -367382 or 15361274. OLE color: 15361274.

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

Color convert

RGB 250 100 234 -
CMYK 0 0.6 0.06 0.02
HSL 306.4º 0.94% 0.69% -
HSV(B) 306.4º 0.6% 0.98% -
XYZ 58.83 35.38 81.57 -
YUV 160.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 250 100 234 0 0.6 0.06 0.02 306.4 0.94 0.69
Hex FA 64 EA 0 3C 6 2 132 5E 45
Octal 372 144 352 0 74 6 2 462 136 105
Binary 11111010 1100100 11101010 0 111100 110 10 100110010 1011110 1000101

Color Harmonies of #FA64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64EA

Black with #FA64EA

Text Example


Text Example

White with #FA64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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