Html Css Color HEX #F05F8A Dark Pink

📋 copy color: '#F05F8A'

red 240 ◦ green 95 ◦ blue 138

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

Shades of Dark Pink #F05F8A

Tints of Dark Pink #F05F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 50.74%
G = 20.08%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F05F8A (or 0xF05F8A) is known color: Dark Pink. HEX triplet: F0, 5F and 8A. RGB value is (240,95,138). Sum of RGB (Red+Green+Blue) = 240+95+138=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F8A is #0FA075. Grayscale: #8F8F8F. Windows color (decimal): -1024118 or 9068528. OLE color: 9068528.

HSL color Cylindrical-coordinate representation of color #F05F8A: hue angle of 342.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F8A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 138 -
CMYK 0 0.60 0.42 0.06
HSL 342.21º 0.83% 0.66% -
HSV(B) 342.21º 0.6% 0.94% -
XYZ 44.61 28.54 27.2 -
YUV 143.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 240 95 138 0 0.60 0.42 0.06 342.21 0.83 0.66
Hex F0 5F 8A 0 3C 2A 6 156 53 42
Octal 360 137 212 0 74 52 6 526 123 102
Binary 11110000 1011111 10001010 0 111100 101010 110 101010110 1010011 1000010

Color Harmonies of #F05F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F8A

Black with #F05F8A

Text Example


Text Example

White with #F05F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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