Html Css Color HEX #F05785 Dark Pink

📋 copy color: '#F05785'

red 240 ◦ green 87 ◦ blue 133

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

Shades of Dark Pink #F05785

Tints of Dark Pink #F05785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.91%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 52.17%
G = 18.91%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05785 (or 0xF05785) is known color: Dark Pink. HEX triplet: F0, 57 and 85. RGB value is (240,87,133). Sum of RGB (Red+Green+Blue) = 240+87+133=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05785 is #0FA87A. Grayscale: #898989. Windows color (decimal): -1026171 or 8738800. OLE color: 8738800.

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

Color convert

RGB 240 87 133 -
CMYK 0 0.64 0.45 0.06
HSL 341.96º 0.84% 0.64% -
HSV(B) 341.96º 0.64% 0.94% -
XYZ 43.58 27.04 25.11 -
YUV 137.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 240 87 133 0 0.64 0.45 0.06 341.96 0.84 0.64
Hex F0 57 85 0 40 2D 6 156 54 40
Octal 360 127 205 0 100 55 6 526 124 100
Binary 11110000 1010111 10000101 0 1000000 101101 110 101010110 1010100 1000000

Color Harmonies of #F05785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05785

Black with #F05785

Text Example


Text Example

White with #F05785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05785; }

 p { color: rgb(240,87,133); }

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

background-color css

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

 a { background-color: rgb(240,87,133); }

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

border-color css

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

 span { border-color: rgb(240,87,133); }

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