Html Css Color HEX #F0486F Dark Pink

📋 copy color: '#F0486F'

red 240 ◦ green 72 ◦ blue 111

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

Shades of Dark Pink #F0486F

Tints of Dark Pink #F0486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 56.74%
G = 17.02%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0486F (or 0xF0486F) is known color: Dark Pink. HEX triplet: F0, 48 and 6F. RGB value is (240,72,111). Sum of RGB (Red+Green+Blue) = 240+72+111=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0486F is #0FB790. Grayscale: #7E7E7E. Windows color (decimal): -1030033 or 7293168. OLE color: 7293168.

HSL color Cylindrical-coordinate representation of color #F0486F: hue angle of 346.07º 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 #F0486F is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 111 -
CMYK 0 0.7 0.54 0.06
HSL 346.07º 0.85% 0.61% -
HSV(B) 346.07º 0.7% 0.94% -
XYZ 41.12 24.31 17.56 -
YUV 126.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 240 72 111 0 0.7 0.54 0.06 346.07 0.85 0.61
Hex F0 48 6F 0 46 36 6 15A 55 3D
Octal 360 110 157 0 106 66 6 532 125 75
Binary 11110000 1001000 1101111 0 1000110 110110 110 101011010 1010101 111101

Color Harmonies of #F0486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0486F

Black with #F0486F

Text Example


Text Example

White with #F0486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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