Html Css Color HEX #F94DFF Pink Flamingo

📋 copy color: '#F94DFF'

red 249 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F94DFF

Tints of Pink Flamingo #F94DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.25%

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

R = 42.86%
G = 13.25%
B = 43.89%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F94DFF (or 0xF94DFF) is known color: Pink Flamingo. HEX triplet: F9, 4D and FF. RGB value is (249,77,255). Sum of RGB (Red+Green+Blue) = 249+77+255=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 77 (30.47% from 255 or 13.25% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F94DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFF is #06B200. Grayscale: #949494. Windows color (decimal): -438785 or 16731641. OLE color: 16731641.

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

Color convert

RGB 249 77 255 -
CMYK 0.02 0.70 0 0
HSL 297.98º 1% 0.65% -
HSV(B) 297.98º 0.7% 1% -
XYZ 59.77 32.67 97.76 -
YUV 148.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 249 77 255 0.02 0.70 0 0 297.98 1 0.65
Hex F9 4D FF 2 46 0 0 12A 64 41
Octal 371 115 377 2 106 0 0 452 144 101
Binary 11111001 1001101 11111111 10 1000110 0 0 100101010 1100100 1000001

Color Harmonies of #F94DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DFF

Black with #F94DFF

Text Example


Text Example

White with #F94DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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