Html Css Color HEX #F04DFA Pink Flamingo

📋 copy color: '#F04DFA'

red 240 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #F04DFA

Tints of Pink Flamingo #F04DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 42.33%
G = 13.58%
B = 44.09%

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

#F04DFA (or 0xF04DFA) is known color: Pink Flamingo. HEX triplet: F0, 4D and FA. RGB value is (240,77,250). Sum of RGB (Red+Green+Blue) = 240+77+250=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F04DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFA is #0FB205. Grayscale: #909090. Windows color (decimal): -1028614 or 16403952. OLE color: 16403952.

HSL color Cylindrical-coordinate representation of color #F04DFA: hue angle of 296.53º degrees, saturation: 0.95, 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 #F04DFA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 77 250 -
CMYK 0.04 0.69 0 0.02
HSL 296.53º 0.95% 0.64% -
HSV(B) 296.53º 0.69% 0.98% -
XYZ 55.84 30.74 93.43 -
YUV 145.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 240 77 250 0.04 0.69 0 0.02 296.53 0.95 0.64
Hex F0 4D FA 4 45 0 2 129 5F 40
Octal 360 115 372 4 105 0 2 451 137 100
Binary 11110000 1001101 11111010 100 1000101 0 10 100101001 1011111 1000000

Color Harmonies of #F04DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DFA

Black with #F04DFA

Text Example


Text Example

White with #F04DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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