Html Css Color HEX #F94CFF Pink Flamingo

📋 copy color: '#F94CFF'

red 249 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F94CFF

Tints of Pink Flamingo #F94CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.1%

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

R = 42.93%
G = 13.1%
B = 43.97%

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

#F94CFF (or 0xF94CFF) is known color: Pink Flamingo. HEX triplet: F9, 4C and FF. RGB value is (249,76,255). Sum of RGB (Red+Green+Blue) = 249+76+255=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 76 (30.08% from 255 or 13.10% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F94CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFF is #06B300. Grayscale: #939393. Windows color (decimal): -439041 or 16731385. OLE color: 16731385.

HSL color Cylindrical-coordinate representation of color #F94CFF: hue angle of 297.99º 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 #F94CFF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 76 255 -
CMYK 0.02 0.70 0 0
HSL 297.99º 1% 0.65% -
HSV(B) 297.99º 0.7% 1% -
XYZ 59.7 32.53 97.74 -
YUV 148.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 249 76 255 0.02 0.70 0 0 297.99 1 0.65
Hex F9 4C FF 2 46 0 0 12A 64 41
Octal 371 114 377 2 106 0 0 452 144 101
Binary 11111001 1001100 11111111 10 1000110 0 0 100101010 1100100 1000001

Color Harmonies of #F94CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CFF

Black with #F94CFF

Text Example


Text Example

White with #F94CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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