Html Css Color HEX #F047FB Pink Flamingo

📋 copy color: '#F047FB'

red 240 ◦ green 71 ◦ blue 251

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

Shades of Pink Flamingo #F047FB

Tints of Pink Flamingo #F047FB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.63%

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

R = 42.7%
G = 12.63%
B = 44.66%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F047FB (or 0xF047FB) is known color: Pink Flamingo. HEX triplet: F0, 47 and FB. RGB value is (240,71,251). Sum of RGB (Red+Green+Blue) = 240+71+251=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F047FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047FB is #0FB804. Grayscale: #8D8D8D. Windows color (decimal): -1030149 or 16467952. OLE color: 16467952.

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

Color convert

RGB 240 71 251 -
CMYK 0.04 0.72 0 0.02
HSL 296.33º 0.96% 0.63% -
HSV(B) 296.33º 0.72% 0.98% -
XYZ 55.6 30 94.13 -
YUV 142.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 240 71 251 0.04 0.72 0 0.02 296.33 0.96 0.63
Hex F0 47 FB 4 48 0 2 128 60 3F
Octal 360 107 373 4 110 0 2 450 140 77
Binary 11110000 1000111 11111011 100 1001000 0 10 100101000 1100000 111111

Color Harmonies of #F047FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047FB

Black with #F047FB

Text Example


Text Example

White with #F047FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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