Html Css Color HEX #F05B8D Dark Pink

📋 copy color: '#F05B8D'

red 240 ◦ green 91 ◦ blue 141

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

Shades of Dark Pink #F05B8D

Tints of Dark Pink #F05B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.28%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 50.85%
G = 19.28%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F05B8D (or 0xF05B8D) is known color: Dark Pink. HEX triplet: F0, 5B and 8D. RGB value is (240,91,141). Sum of RGB (Red+Green+Blue) = 240+91+141=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B8D is #0FA472. Grayscale: #8D8D8D. Windows color (decimal): -1025139 or 9264112. OLE color: 9264112.

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

Color convert

RGB 240 91 141 -
CMYK 0 0.62 0.41 0.06
HSL 339.87º 0.83% 0.65% -
HSV(B) 339.87º 0.62% 0.94% -
XYZ 44.48 27.93 28.25 -
YUV 141.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 240 91 141 0 0.62 0.41 0.06 339.87 0.83 0.65
Hex F0 5B 8D 0 3E 29 6 154 53 41
Octal 360 133 215 0 76 51 6 524 123 101
Binary 11110000 1011011 10001101 0 111110 101001 110 101010100 1010011 1000001

Color Harmonies of #F05B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B8D

Black with #F05B8D

Text Example


Text Example

White with #F05B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B8D; }

 p { color: rgb(240,91,141); }

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

background-color css

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

 a { background-color: rgb(240,91,141); }

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

border-color css

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

 span { border-color: rgb(240,91,141); }

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