Html Css Color HEX #FA4EEB Pink Flamingo

📋 copy color: '#FA4EEB'

red 250 ◦ green 78 ◦ blue 235

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

Shades of Pink Flamingo #FA4EEB

Tints of Pink Flamingo #FA4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.85%

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

R = 44.4%
G = 13.85%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA4EEB (or 0xFA4EEB) is known color: Pink Flamingo. HEX triplet: FA, 4E and EB. RGB value is (250,78,235). Sum of RGB (Red+Green+Blue) = 250+78+235=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EEB is #05B114. Grayscale: #929292. Windows color (decimal): -373013 or 15421178. OLE color: 15421178.

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

Color convert

RGB 250 78 235 -
CMYK 0 0.69 0.06 0.02
HSL 305.23º 0.95% 0.64% -
HSV(B) 305.23º 0.69% 0.98% -
XYZ 57.14 31.77 81.72 -
YUV 147.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 250 78 235 0 0.69 0.06 0.02 305.23 0.95 0.64
Hex FA 4E EB 0 45 6 2 131 5F 40
Octal 372 116 353 0 105 6 2 461 137 100
Binary 11111010 1001110 11101011 0 1000101 110 10 100110001 1011111 1000000

Color Harmonies of #FA4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4EEB

Black with #FA4EEB

Text Example


Text Example

White with #FA4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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