Html Css Color HEX #F94EF5 Pink Flamingo

📋 copy color: '#F94EF5'

red 249 ◦ green 78 ◦ blue 245

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

Shades of Pink Flamingo #F94EF5

Tints of Pink Flamingo #F94EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.83%

R = 43.53%
G = 13.64%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F94EF5 (or 0xF94EF5) is known color: Pink Flamingo. HEX triplet: F9, 4E and F5. RGB value is (249,78,245). Sum of RGB (Red+Green+Blue) = 249+78+245=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 78 (30.86% from 255 or 13.64% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EF5 is #06B10A. Grayscale: #939393. Windows color (decimal): -438539 or 16076537. OLE color: 16076537.

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

Color convert

RGB 249 78 245 -
CMYK 0 0.69 0.02 0.02
HSL 301.4º 0.93% 0.64% -
HSV(B) 301.4º 0.69% 0.98% -
XYZ 58.27 32.18 89.53 -
YUV 148.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 249 78 245 0 0.69 0.02 0.02 301.4 0.93 0.64
Hex F9 4E F5 0 45 2 2 12D 5D 40
Octal 371 116 365 0 105 2 2 455 135 100
Binary 11111001 1001110 11110101 0 1000101 10 10 100101101 1011101 1000000

Color Harmonies of #F94EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94EF5

Black with #F94EF5

Text Example


Text Example

White with #F94EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94EF5; }

 p { color: rgb(249,78,245); }

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

background-color css

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

 a { background-color: rgb(249,78,245); }

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

border-color css

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

 span { border-color: rgb(249,78,245); }

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