Html Css Color HEX #F05B89 Dark Pink

📋 copy color: '#F05B89'

red 240 ◦ green 91 ◦ blue 137

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

Shades of Dark Pink #F05B89

Tints of Dark Pink #F05B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 51.28%
G = 19.44%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05B89 (or 0xF05B89) is known color: Dark Pink. HEX triplet: F0, 5B and 89. RGB value is (240,91,137). Sum of RGB (Red+Green+Blue) = 240+91+137=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05B89 is #0FA476. Grayscale: #8C8C8C. Windows color (decimal): -1025143 or 9001968. OLE color: 9001968.

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

Color convert

RGB 240 91 137 -
CMYK 0 0.62 0.43 0.06
HSL 341.48º 0.83% 0.65% -
HSV(B) 341.48º 0.62% 0.94% -
XYZ 44.19 27.81 26.71 -
YUV 140.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 240 91 137 0 0.62 0.43 0.06 341.48 0.83 0.65
Hex F0 5B 89 0 3E 2B 6 155 53 41
Octal 360 133 211 0 76 53 6 525 123 101
Binary 11110000 1011011 10001001 0 111110 101011 110 101010101 1010011 1000001

Color Harmonies of #F05B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B89

Black with #F05B89

Text Example


Text Example

White with #F05B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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