Html Css Color HEX #F04DFB Pink Flamingo

📋 copy color: '#F04DFB'

red 240 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #F04DFB

Tints of Pink Flamingo #F04DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.56%

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

R = 42.25%
G = 13.56%
B = 44.19%

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

#F04DFB (or 0xF04DFB) is known color: Pink Flamingo. HEX triplet: F0, 4D and FB. RGB value is (240,77,251). Sum of RGB (Red+Green+Blue) = 240+77+251=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F04DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFB is #0FB204. Grayscale: #919191. Windows color (decimal): -1028613 or 16469488. OLE color: 16469488.

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

Color convert

RGB 240 77 251 -
CMYK 0.04 0.69 0 0.02
HSL 296.21º 0.96% 0.64% -
HSV(B) 296.21º 0.69% 0.98% -
XYZ 56 30.8 94.26 -
YUV 145.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 240 77 251 0.04 0.69 0 0.02 296.21 0.96 0.64
Hex F0 4D FB 4 45 0 2 128 60 40
Octal 360 115 373 4 105 0 2 450 140 100
Binary 11110000 1001101 11111011 100 1000101 0 10 100101000 1100000 1000000

Color Harmonies of #F04DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DFB

Black with #F04DFB

Text Example


Text Example

White with #F04DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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