Html Css Color HEX #F944FE Pink Flamingo

📋 copy color: '#F944FE'

red 249 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #F944FE

Tints of Pink Flamingo #F944FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 11.91%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 43.61%
G = 11.91%
B = 44.48%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F944FE (or 0xF944FE) is known color: Pink Flamingo. HEX triplet: F9, 44 and FE. RGB value is (249,68,254). Sum of RGB (Red+Green+Blue) = 249+68+254=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 68 (26.95% from 255 or 11.91% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #F944FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F944FE is #06BB01. Grayscale: #8E8E8E. Windows color (decimal): -441090 or 16663801. OLE color: 16663801.

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

Color convert

RGB 249 68 254 -
CMYK 0.02 0.73 0 0.00
HSL 298.39º 0.99% 0.63% -
HSV(B) 298.39º 0.73% 1% -
XYZ 59.02 31.43 96.72 -
YUV 143.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 249 68 254 0.02 0.73 0 0.00 298.39 0.99 0.63
Hex F9 44 FE 2 49 0 0 12A 63 3F
Octal 371 104 376 2 111 0 0 452 143 77
Binary 11111001 1000100 11111110 10 1001001 0 0 100101010 1100011 111111

Color Harmonies of #F944FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F944FE

Black with #F944FE

Text Example


Text Example

White with #F944FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F944FE; }

 p { color: rgb(249,68,254); }

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

background-color css

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

 a { background-color: rgb(249,68,254); }

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

border-color css

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

 span { border-color: rgb(249,68,254); }

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