Html Css Color HEX #F044FE Pink Flamingo

📋 copy color: '#F044FE'

red 240 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #F044FE

Tints of Pink Flamingo #F044FE

RGB

 RED value IS 240 (94.14% from 255) = 42.7%

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

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

R = 42.7%
G = 12.1%
B = 45.2%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F044FE (or 0xF044FE) is known color: Pink Flamingo. HEX triplet: F0, 44 and FE. RGB value is (240,68,254). Sum of RGB (Red+Green+Blue) = 240+68+254=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 68 (26.95% from 255 or 12.10% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F044FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044FE is #0FBB01. Grayscale: #8C8C8C. Windows color (decimal): -1030914 or 16663792. OLE color: 16663792.

HSL color Cylindrical-coordinate representation of color #F044FE: hue angle of 295.48º 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 #F044FE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 68 254 -
CMYK 0.06 0.73 0 0.00
HSL 295.48º 0.99% 0.63% -
HSV(B) 295.48º 0.73% 1% -
XYZ 55.89 29.82 96.58 -
YUV 140.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 240 68 254 0.06 0.73 0 0.00 295.48 0.99 0.63
Hex F0 44 FE 6 49 0 0 127 63 3F
Octal 360 104 376 6 111 0 0 447 143 77
Binary 11110000 1000100 11111110 110 1001001 0 0 100100111 1100011 111111

Color Harmonies of #F044FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044FE

Black with #F044FE

Text Example


Text Example

White with #F044FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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