Html Css Color HEX #F94FED Pink Flamingo

📋 copy color: '#F94FED'

red 249 ◦ green 79 ◦ blue 237

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

Shades of Pink Flamingo #F94FED

Tints of Pink Flamingo #F94FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.98%

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

R = 44.07%
G = 13.98%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F94FED (or 0xF94FED) is known color: Pink Flamingo. HEX triplet: F9, 4F and ED. RGB value is (249,79,237). Sum of RGB (Red+Green+Blue) = 249+79+237=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94FED is #06B012. Grayscale: #939393. Windows color (decimal): -438291 or 15552505. OLE color: 15552505.

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

Color convert

RGB 249 79 237 -
CMYK 0 0.68 0.05 0.02
HSL 304.24º 0.93% 0.64% -
HSV(B) 304.24º 0.68% 0.98% -
XYZ 57.15 31.85 83.26 -
YUV 147.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 249 79 237 0 0.68 0.05 0.02 304.24 0.93 0.64
Hex F9 4F ED 0 44 5 2 130 5D 40
Octal 371 117 355 0 104 5 2 460 135 100
Binary 11111001 1001111 11101101 0 1000100 101 10 100110000 1011101 1000000

Color Harmonies of #F94FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94FED

Black with #F94FED

Text Example


Text Example

White with #F94FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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