Html Css Color HEX #FA49EE Pink Flamingo

📋 copy color: '#FA49EE'

red 250 ◦ green 73 ◦ blue 238

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

Shades of Pink Flamingo #FA49EE

Tints of Pink Flamingo #FA49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.01%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 44.56%
G = 13.01%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA49EE (or 0xFA49EE) is known color: Pink Flamingo. HEX triplet: FA, 49 and EE. RGB value is (250,73,238). Sum of RGB (Red+Green+Blue) = 250+73+238=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA49EE is #05B611. Grayscale: #909090. Windows color (decimal): -374290 or 15616506. OLE color: 15616506.

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

Color convert

RGB 250 73 238 -
CMYK 0 0.71 0.05 0.02
HSL 304.07º 0.95% 0.63% -
HSV(B) 304.07º 0.71% 0.98% -
XYZ 57.24 31.26 83.91 -
YUV 144.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 250 73 238 0 0.71 0.05 0.02 304.07 0.95 0.63
Hex FA 49 EE 0 47 5 2 130 5F 3F
Octal 372 111 356 0 107 5 2 460 137 77
Binary 11111010 1001001 11101110 0 1000111 101 10 100110000 1011111 111111

Color Harmonies of #FA49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49EE

Black with #FA49EE

Text Example


Text Example

White with #FA49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49EE; }

 p { color: rgb(250,73,238); }

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

background-color css

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

 a { background-color: rgb(250,73,238); }

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

border-color css

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

 span { border-color: rgb(250,73,238); }

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