Html Css Color HEX #F044FB Pink Flamingo

📋 copy color: '#F044FB'

red 240 ◦ green 68 ◦ blue 251

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

Shades of Pink Flamingo #F044FB

Tints of Pink Flamingo #F044FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 42.93%
G = 12.16%
B = 44.9%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F044FB (or 0xF044FB) is known color: Pink Flamingo. HEX triplet: F0, 44 and FB. RGB value is (240,68,251). Sum of RGB (Red+Green+Blue) = 240+68+251=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F044FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044FB is #0FBB04. Grayscale: #8B8B8B. Windows color (decimal): -1030917 or 16467184. OLE color: 16467184.

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

Color convert

RGB 240 68 251 -
CMYK 0.04 0.73 0 0.02
HSL 296.39º 0.96% 0.63% -
HSV(B) 296.39º 0.73% 0.98% -
XYZ 55.41 29.62 94.06 -
YUV 140.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 240 68 251 0.04 0.73 0 0.02 296.39 0.96 0.63
Hex F0 44 FB 4 49 0 2 128 60 3F
Octal 360 104 373 4 111 0 2 450 140 77
Binary 11110000 1000100 11111011 100 1001001 0 10 100101000 1100000 111111

Color Harmonies of #F044FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044FB

Black with #F044FB

Text Example


Text Example

White with #F044FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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