Html Css Color HEX #F05E90 Dark Pink

📋 copy color: '#F05E90'

red 240 ◦ green 94 ◦ blue 144

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

Shades of Dark Pink #F05E90

Tints of Dark Pink #F05E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.67%

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

R = 50.21%
G = 19.67%
B = 30.13%

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

#F05E90 (or 0xF05E90) is known color: Dark Pink. HEX triplet: F0, 5E and 90. RGB value is (240,94,144). Sum of RGB (Red+Green+Blue) = 240+94+144=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05E90 is #0FA16F. Grayscale: #8F8F8F. Windows color (decimal): -1024368 or 9461488. OLE color: 9461488.

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

Color convert

RGB 240 94 144 -
CMYK 0 0.61 0.4 0.06
HSL 339.45º 0.83% 0.65% -
HSV(B) 339.45º 0.61% 0.94% -
XYZ 44.97 28.54 29.52 -
YUV 143.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 240 94 144 0 0.61 0.4 0.06 339.45 0.83 0.65
Hex F0 5E 90 0 3D 28 6 153 53 41
Octal 360 136 220 0 75 50 6 523 123 101
Binary 11110000 1011110 10010000 0 111101 101000 110 101010011 1010011 1000001

Color Harmonies of #F05E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E90

Black with #F05E90

Text Example


Text Example

White with #F05E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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