Html Css Color HEX #F04DFD Pink Flamingo

📋 copy color: '#F04DFD'

red 240 ◦ green 77 ◦ blue 253

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

Shades of Pink Flamingo #F04DFD

Tints of Pink Flamingo #F04DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 42.11%
G = 13.51%
B = 44.39%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F04DFD (or 0xF04DFD) is known color: Pink Flamingo. HEX triplet: F0, 4D and FD. RGB value is (240,77,253). Sum of RGB (Red+Green+Blue) = 240+77+253=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #F04DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFD is #0FB202. Grayscale: #919191. Windows color (decimal): -1028611 or 16600560. OLE color: 16600560.

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

Color convert

RGB 240 77 253 -
CMYK 0.05 0.70 0 0.01
HSL 295.57º 0.98% 0.65% -
HSV(B) 295.57º 0.7% 0.99% -
XYZ 56.32 30.92 95.93 -
YUV 145.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 240 77 253 0.05 0.70 0 0.01 295.57 0.98 0.65
Hex F0 4D FD 5 46 0 1 128 62 41
Octal 360 115 375 5 106 0 1 450 142 101
Binary 11110000 1001101 11111101 101 1000110 0 1 100101000 1100010 1000001

Color Harmonies of #F04DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DFD

Black with #F04DFD

Text Example


Text Example

White with #F04DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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