Html Css Color HEX #F954EC Pink Flamingo

📋 copy color: '#F954EC'

red 249 ◦ green 84 ◦ blue 236

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

Shades of Pink Flamingo #F954EC

Tints of Pink Flamingo #F954EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.76%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 43.76%
G = 14.76%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F954EC (or 0xF954EC) is known color: Pink Flamingo. HEX triplet: F9, 54 and EC. RGB value is (249,84,236). Sum of RGB (Red+Green+Blue) = 249+84+236=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F954EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954EC is #06AB13. Grayscale: #969696. Windows color (decimal): -437012 or 15488249. OLE color: 15488249.

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

Color convert

RGB 249 84 236 -
CMYK 0 0.66 0.05 0.02
HSL 304.73º 0.93% 0.65% -
HSV(B) 304.73º 0.66% 0.98% -
XYZ 57.38 32.54 82.61 -
YUV 150.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 249 84 236 0 0.66 0.05 0.02 304.73 0.93 0.65
Hex F9 54 EC 0 42 5 2 131 5D 41
Octal 371 124 354 0 102 5 2 461 135 101
Binary 11111001 1010100 11101100 0 1000010 101 10 100110001 1011101 1000001

Color Harmonies of #F954EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954EC

Black with #F954EC

Text Example


Text Example

White with #F954EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954EC; }

 p { color: rgb(249,84,236); }

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

background-color css

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

 a { background-color: rgb(249,84,236); }

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

border-color css

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

 span { border-color: rgb(249,84,236); }

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