Html Css Color HEX #F05B8C Dark Pink

📋 copy color: '#F05B8C'

red 240 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #F05B8C

Tints of Dark Pink #F05B8C

RGB

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

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

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

R = 50.96%
G = 19.32%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F05B8C (or 0xF05B8C) is known color: Dark Pink. HEX triplet: F0, 5B and 8C. RGB value is (240,91,140). Sum of RGB (Red+Green+Blue) = 240+91+140=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B8C is #0FA473. Grayscale: #8D8D8D. Windows color (decimal): -1025140 or 9198576. OLE color: 9198576.

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

Color convert

RGB 240 91 140 -
CMYK 0 0.62 0.42 0.06
HSL 340.27º 0.83% 0.65% -
HSV(B) 340.27º 0.62% 0.94% -
XYZ 44.41 27.9 27.86 -
YUV 141.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 240 91 140 0 0.62 0.42 0.06 340.27 0.83 0.65
Hex F0 5B 8C 0 3E 2A 6 154 53 41
Octal 360 133 214 0 76 52 6 524 123 101
Binary 11110000 1011011 10001100 0 111110 101010 110 101010100 1010011 1000001

Color Harmonies of #F05B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B8C

Black with #F05B8C

Text Example


Text Example

White with #F05B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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