Html Css Color HEX #F05486 Dark Pink

📋 copy color: '#F05486'

red 240 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #F05486

Tints of Dark Pink #F05486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 52.4%
G = 18.34%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F05486 (or 0xF05486) is known color: Dark Pink. HEX triplet: F0, 54 and 86. RGB value is (240,84,134). Sum of RGB (Red+Green+Blue) = 240+84+134=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05486 is #0FAB79. Grayscale: #888888. Windows color (decimal): -1026938 or 8803568. OLE color: 8803568.

HSL color Cylindrical-coordinate representation of color #F05486: hue angle of 340.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05486 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 134 -
CMYK 0 0.65 0.44 0.06
HSL 340.77º 0.84% 0.64% -
HSV(B) 340.77º 0.65% 0.94% -
XYZ 43.41 26.59 25.4 -
YUV 136.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 240 84 134 0 0.65 0.44 0.06 340.77 0.84 0.64
Hex F0 54 86 0 41 2C 6 155 54 40
Octal 360 124 206 0 101 54 6 525 124 100
Binary 11110000 1010100 10000110 0 1000001 101100 110 101010101 1010100 1000000

Color Harmonies of #F05486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05486

Black with #F05486

Text Example


Text Example

White with #F05486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05486; }

 p { color: rgb(240,84,134); }

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

background-color css

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

 a { background-color: rgb(240,84,134); }

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

border-color css

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

 span { border-color: rgb(240,84,134); }

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