Html Css Color HEX #F05A89 Dark Pink

📋 copy color: '#F05A89'

red 240 ◦ green 90 ◦ blue 137

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

Shades of Dark Pink #F05A89

Tints of Dark Pink #F05A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

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

R = 51.39%
G = 19.27%
B = 29.34%

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

#F05A89 (or 0xF05A89) is known color: Dark Pink. HEX triplet: F0, 5A and 89. RGB value is (240,90,137). Sum of RGB (Red+Green+Blue) = 240+90+137=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05A89 is #0FA576. Grayscale: #8C8C8C. Windows color (decimal): -1025399 or 9001712. OLE color: 9001712.

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

Color convert

RGB 240 90 137 -
CMYK 0 0.62 0.43 0.06
HSL 341.2º 0.83% 0.65% -
HSV(B) 341.2º 0.63% 0.94% -
XYZ 44.11 27.64 26.68 -
YUV 140.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 240 90 137 0 0.62 0.43 0.06 341.2 0.83 0.65
Hex F0 5A 89 0 3E 2B 6 155 53 41
Octal 360 132 211 0 76 53 6 525 123 101
Binary 11110000 1011010 10001001 0 111110 101011 110 101010101 1010011 1000001

Color Harmonies of #F05A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A89

Black with #F05A89

Text Example


Text Example

White with #F05A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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