Html Css Color HEX #F05482 Dark Pink

📋 copy color: '#F05482'

red 240 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #F05482

Tints of Dark Pink #F05482

RGB

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

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

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

R = 52.86%
G = 18.5%
B = 28.63%

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

#F05482 (or 0xF05482) is known color: Dark Pink. HEX triplet: F0, 54 and 82. RGB value is (240,84,130). Sum of RGB (Red+Green+Blue) = 240+84+130=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05482 is #0FAB7D. Grayscale: #878787. Windows color (decimal): -1026942 or 8541424. OLE color: 8541424.

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

Color convert

RGB 240 84 130 -
CMYK 0 0.65 0.46 0.06
HSL 342.31º 0.84% 0.64% -
HSV(B) 342.31º 0.65% 0.94% -
XYZ 43.13 26.48 23.96 -
YUV 135.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 240 84 130 0 0.65 0.46 0.06 342.31 0.84 0.64
Hex F0 54 82 0 41 2E 6 156 54 40
Octal 360 124 202 0 101 56 6 526 124 100
Binary 11110000 1010100 10000010 0 1000001 101110 110 101010110 1010100 1000000

Color Harmonies of #F05482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05482

Black with #F05482

Text Example


Text Example

White with #F05482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05482; }

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

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

background-color css

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

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

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

border-color css

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

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

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