Html Css Color HEX #F949ED Pink Flamingo

📋 copy color: '#F949ED'

red 249 ◦ green 73 ◦ blue 237

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

Shades of Pink Flamingo #F949ED

Tints of Pink Flamingo #F949ED

RGB

 RED value IS 249 (97.66% from 255) = 44.54%

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 44.54%
G = 13.06%
B = 42.4%

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

#F949ED (or 0xF949ED) is known color: Pink Flamingo. HEX triplet: F9, 49 and ED. RGB value is (249,73,237). Sum of RGB (Red+Green+Blue) = 249+73+237=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 73 (28.91% from 255 or 13.06% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F949ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949ED is #06B612. Grayscale: #8F8F8F. Windows color (decimal): -439827 or 15550969. OLE color: 15550969.

HSL color Cylindrical-coordinate representation of color #F949ED: hue angle of 304.09º degrees, saturation: 0.94, 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 #F949ED is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 237 -
CMYK 0 0.71 0.05 0.02
HSL 304.09º 0.94% 0.63% -
HSV(B) 304.09º 0.71% 0.98% -
XYZ 56.74 31.02 83.12 -
YUV 144.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 249 73 237 0 0.71 0.05 0.02 304.09 0.94 0.63
Hex F9 49 ED 0 47 5 2 130 5E 3F
Octal 371 111 355 0 107 5 2 460 136 77
Binary 11111001 1001001 11101101 0 1000111 101 10 100110000 1011110 111111

Color Harmonies of #F949ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949ED

Black with #F949ED

Text Example


Text Example

White with #F949ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949ED; }

 p { color: rgb(249,73,237); }

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

background-color css

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

 a { background-color: rgb(249,73,237); }

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

border-color css

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

 span { border-color: rgb(249,73,237); }

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