Html Css Color HEX #F0486D Dark Pink

📋 copy color: '#F0486D'

red 240 ◦ green 72 ◦ blue 109

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

Shades of Dark Pink #F0486D

Tints of Dark Pink #F0486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 57.01%
G = 17.1%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0486D (or 0xF0486D) is known color: Dark Pink. HEX triplet: F0, 48 and 6D. RGB value is (240,72,109). Sum of RGB (Red+Green+Blue) = 240+72+109=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0486D is #0FB792. Grayscale: #7E7E7E. Windows color (decimal): -1030035 or 7162096. OLE color: 7162096.

HSL color Cylindrical-coordinate representation of color #F0486D: hue angle of 346.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0486D is Cyan = 0, Magento = 0.7, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 109 -
CMYK 0 0.7 0.55 0.06
HSL 346.79º 0.85% 0.61% -
HSV(B) 346.79º 0.7% 0.94% -
XYZ 41.01 24.26 16.99 -
YUV 126.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 240 72 109 0 0.7 0.55 0.06 346.79 0.85 0.61
Hex F0 48 6D 0 46 37 6 15B 55 3D
Octal 360 110 155 0 106 67 6 533 125 75
Binary 11110000 1001000 1101101 0 1000110 110111 110 101011011 1010101 111101

Color Harmonies of #F0486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0486D

Black with #F0486D

Text Example


Text Example

White with #F0486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0486D; }

 p { color: rgb(240,72,109); }

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

background-color css

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

 a { background-color: rgb(240,72,109); }

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

border-color css

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

 span { border-color: rgb(240,72,109); }

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