Html Css Color HEX #F94EFF Pink Flamingo

📋 copy color: '#F94EFF'

red 249 ◦ green 78 ◦ blue 255

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

Shades of Pink Flamingo #F94EFF

Tints of Pink Flamingo #F94EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 42.78%
G = 13.4%
B = 43.81%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F94EFF (or 0xF94EFF) is known color: Pink Flamingo. HEX triplet: F9, 4E and FF. RGB value is (249,78,255). Sum of RGB (Red+Green+Blue) = 249+78+255=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 78 (30.86% from 255 or 13.40% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F94EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EFF is #06B100. Grayscale: #949494. Windows color (decimal): -438529 or 16731897. OLE color: 16731897.

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

Color convert

RGB 249 78 255 -
CMYK 0.02 0.69 0 0
HSL 297.97º 1% 0.65% -
HSV(B) 297.97º 0.69% 1% -
XYZ 59.84 32.81 97.79 -
YUV 149.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 249 78 255 0.02 0.69 0 0 297.97 1 0.65
Hex F9 4E FF 2 45 0 0 12A 64 41
Octal 371 116 377 2 105 0 0 452 144 101
Binary 11111001 1001110 11111111 10 1000101 0 0 100101010 1100100 1000001

Color Harmonies of #F94EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94EFF

Black with #F94EFF

Text Example


Text Example

White with #F94EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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