Html Css Color HEX #F05D90 Dark Pink

📋 copy color: '#F05D90'

red 240 ◦ green 93 ◦ blue 144

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

Shades of Dark Pink #F05D90

Tints of Dark Pink #F05D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 50.31%
G = 19.5%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F05D90 (or 0xF05D90) is known color: Dark Pink. HEX triplet: F0, 5D and 90. RGB value is (240,93,144). Sum of RGB (Red+Green+Blue) = 240+93+144=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05D90 is #0FA26F. Grayscale: #8E8E8E. Windows color (decimal): -1024624 or 9461232. OLE color: 9461232.

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

Color convert

RGB 240 93 144 -
CMYK 0 0.61 0.4 0.06
HSL 339.18º 0.83% 0.65% -
HSV(B) 339.18º 0.61% 0.94% -
XYZ 44.88 28.37 29.5 -
YUV 142.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 240 93 144 0 0.61 0.4 0.06 339.18 0.83 0.65
Hex F0 5D 90 0 3D 28 6 153 53 41
Octal 360 135 220 0 75 50 6 523 123 101
Binary 11110000 1011101 10010000 0 111101 101000 110 101010011 1010011 1000001

Color Harmonies of #F05D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D90

Black with #F05D90

Text Example


Text Example

White with #F05D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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