Html Css Color HEX #F05582 Dark Pink

📋 copy color: '#F05582'

red 240 ◦ green 85 ◦ blue 130

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

Shades of Dark Pink #F05582

Tints of Dark Pink #F05582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.68%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 52.75%
G = 18.68%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F05582 (or 0xF05582) is known color: Dark Pink. HEX triplet: F0, 55 and 82. RGB value is (240,85,130). Sum of RGB (Red+Green+Blue) = 240+85+130=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05582 is #0FAA7D. Grayscale: #888888. Windows color (decimal): -1026686 or 8541680. OLE color: 8541680.

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

Color convert

RGB 240 85 130 -
CMYK 0 0.65 0.46 0.06
HSL 342.58º 0.84% 0.64% -
HSV(B) 342.58º 0.65% 0.94% -
XYZ 43.21 26.63 23.98 -
YUV 136.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 240 85 130 0 0.65 0.46 0.06 342.58 0.84 0.64
Hex F0 55 82 0 41 2E 6 157 54 40
Octal 360 125 202 0 101 56 6 527 124 100
Binary 11110000 1010101 10000010 0 1000001 101110 110 101010111 1010100 1000000

Color Harmonies of #F05582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05582

Black with #F05582

Text Example


Text Example

White with #F05582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05582; }

 p { color: rgb(240,85,130); }

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

background-color css

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

 a { background-color: rgb(240,85,130); }

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

border-color css

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

 span { border-color: rgb(240,85,130); }

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