Html Css Color HEX #F05D8C Dark Pink

📋 copy color: '#F05D8C'

red 240 ◦ green 93 ◦ blue 140

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

Shades of Dark Pink #F05D8C

Tints of Dark Pink #F05D8C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 50.74%
G = 19.66%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F05D8C (or 0xF05D8C) is known color: Dark Pink. HEX triplet: F0, 5D and 8C. RGB value is (240,93,140). Sum of RGB (Red+Green+Blue) = 240+93+140=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05D8C is #0FA273. Grayscale: #8E8E8E. Windows color (decimal): -1024628 or 9199088. OLE color: 9199088.

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

Color convert

RGB 240 93 140 -
CMYK 0 0.61 0.42 0.06
HSL 340.82º 0.83% 0.65% -
HSV(B) 340.82º 0.61% 0.94% -
XYZ 44.58 28.25 27.91 -
YUV 142.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 240 93 140 0 0.61 0.42 0.06 340.82 0.83 0.65
Hex F0 5D 8C 0 3D 2A 6 155 53 41
Octal 360 135 214 0 75 52 6 525 123 101
Binary 11110000 1011101 10001100 0 111101 101010 110 101010101 1010011 1000001

Color Harmonies of #F05D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D8C

Black with #F05D8C

Text Example


Text Example

White with #F05D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D8C; }

 p { color: rgb(240,93,140); }

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

background-color css

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

 a { background-color: rgb(240,93,140); }

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

border-color css

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

 span { border-color: rgb(240,93,140); }

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