Html Css Color HEX #F05E8A Dark Pink

📋 copy color: '#F05E8A'

red 240 ◦ green 94 ◦ blue 138

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

Shades of Dark Pink #F05E8A

Tints of Dark Pink #F05E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 50.85%
G = 19.92%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F05E8A (or 0xF05E8A) is known color: Dark Pink. HEX triplet: F0, 5E and 8A. RGB value is (240,94,138). Sum of RGB (Red+Green+Blue) = 240+94+138=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05E8A is #0FA175. Grayscale: #8E8E8E. Windows color (decimal): -1024374 or 9068272. OLE color: 9068272.

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

Color convert

RGB 240 94 138 -
CMYK 0 0.61 0.42 0.06
HSL 341.92º 0.83% 0.65% -
HSV(B) 341.92º 0.61% 0.94% -
XYZ 44.53 28.37 27.17 -
YUV 142.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 240 94 138 0 0.61 0.42 0.06 341.92 0.83 0.65
Hex F0 5E 8A 0 3D 2A 6 156 53 41
Octal 360 136 212 0 75 52 6 526 123 101
Binary 11110000 1011110 10001010 0 111101 101010 110 101010110 1010011 1000001

Color Harmonies of #F05E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E8A

Black with #F05E8A

Text Example


Text Example

White with #F05E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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