Html Css Color HEX #F04DFF Pink Flamingo

📋 copy color: '#F04DFF'

red 240 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F04DFF

Tints of Pink Flamingo #F04DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 41.96%
G = 13.46%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F04DFF (or 0xF04DFF) is known color: Pink Flamingo. HEX triplet: F0, 4D and FF. RGB value is (240,77,255). Sum of RGB (Red+Green+Blue) = 240+77+255=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFF is #0FB200. Grayscale: #919191. Windows color (decimal): -1028609 or 16731632. OLE color: 16731632.

HSL color Cylindrical-coordinate representation of color #F04DFF: hue angle of 294.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04DFF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 77 255 -
CMYK 0.06 0.70 0 0
HSL 294.94º 1% 0.65% -
HSV(B) 294.94º 0.7% 1% -
XYZ 56.64 31.05 97.62 -
YUV 146.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 240 77 255 0.06 0.70 0 0 294.94 1 0.65
Hex F0 4D FF 6 46 0 0 127 64 41
Octal 360 115 377 6 106 0 0 447 144 101
Binary 11110000 1001101 11111111 110 1000110 0 0 100100111 1100100 1000001

Color Harmonies of #F04DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DFF

Black with #F04DFF

Text Example


Text Example

White with #F04DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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