Html Css Color HEX #F94AFF Pink Flamingo

📋 copy color: '#F94AFF'

red 249 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F94AFF

Tints of Pink Flamingo #F94AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.8%

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

R = 43.08%
G = 12.8%
B = 44.12%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F94AFF (or 0xF94AFF) is known color: Pink Flamingo. HEX triplet: F9, 4A and FF. RGB value is (249,74,255). Sum of RGB (Red+Green+Blue) = 249+74+255=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 74 (29.30% from 255 or 12.80% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F94AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AFF is #06B500. Grayscale: #929292. Windows color (decimal): -439553 or 16730873. OLE color: 16730873.

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

Color convert

RGB 249 74 255 -
CMYK 0.02 0.71 0 0
HSL 298.01º 1% 0.65% -
HSV(B) 298.01º 0.71% 1% -
XYZ 59.57 32.26 97.69 -
YUV 146.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 249 74 255 0.02 0.71 0 0 298.01 1 0.65
Hex F9 4A FF 2 47 0 0 12A 64 41
Octal 371 112 377 2 107 0 0 452 144 101
Binary 11111001 1001010 11111111 10 1000111 0 0 100101010 1100100 1000001

Color Harmonies of #F94AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AFF

Black with #F94AFF

Text Example


Text Example

White with #F94AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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