Html Css Color HEX #F04FFB Pink Flamingo

📋 copy color: '#F04FFB'

red 240 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #F04FFB

Tints of Pink Flamingo #F04FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.86%

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

R = 42.11%
G = 13.86%
B = 44.04%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04FFB (or 0xF04FFB) is known color: Pink Flamingo. HEX triplet: F0, 4F and FB. RGB value is (240,79,251). Sum of RGB (Red+Green+Blue) = 240+79+251=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #F04FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FFB is #0FB004. Grayscale: #929292. Windows color (decimal): -1028101 or 16470000. OLE color: 16470000.

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

Color convert

RGB 240 79 251 -
CMYK 0.04 0.69 0 0.02
HSL 296.16º 0.96% 0.65% -
HSV(B) 296.16º 0.69% 0.98% -
XYZ 56.14 31.08 94.31 -
YUV 146.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 240 79 251 0.04 0.69 0 0.02 296.16 0.96 0.65
Hex F0 4F FB 4 45 0 2 128 60 41
Octal 360 117 373 4 105 0 2 450 140 101
Binary 11110000 1001111 11111011 100 1000101 0 10 100101000 1100000 1000001

Color Harmonies of #F04FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FFB

Black with #F04FFB

Text Example


Text Example

White with #F04FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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