Html Css Color HEX #F05882 Dark Pink

📋 copy color: '#F05882'

red 240 ◦ green 88 ◦ blue 130

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

Shades of Dark Pink #F05882

Tints of Dark Pink #F05882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

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

R = 52.4%
G = 19.21%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F05882 (or 0xF05882) is known color: Dark Pink. HEX triplet: F0, 58 and 82. RGB value is (240,88,130). Sum of RGB (Red+Green+Blue) = 240+88+130=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F05882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05882 is #0FA77D. Grayscale: #8A8A8A. Windows color (decimal): -1025918 or 8542448. OLE color: 8542448.

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

Color convert

RGB 240 88 130 -
CMYK 0 0.63 0.46 0.06
HSL 343.42º 0.84% 0.64% -
HSV(B) 343.42º 0.63% 0.94% -
XYZ 43.45 27.12 24.06 -
YUV 138.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 240 88 130 0 0.63 0.46 0.06 343.42 0.84 0.64
Hex F0 58 82 0 3F 2E 6 157 54 40
Octal 360 130 202 0 77 56 6 527 124 100
Binary 11110000 1011000 10000010 0 111111 101110 110 101010111 1010100 1000000

Color Harmonies of #F05882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05882

Black with #F05882

Text Example


Text Example

White with #F05882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05882; }

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

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

background-color css

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

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

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

border-color css

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

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

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