Html Css Color HEX #F05C8A Dark Pink

📋 copy color: '#F05C8A'

red 240 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #F05C8A

Tints of Dark Pink #F05C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

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

R = 51.06%
G = 19.57%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F05C8A (or 0xF05C8A) is known color: Dark Pink. HEX triplet: F0, 5C and 8A. RGB value is (240,92,138). Sum of RGB (Red+Green+Blue) = 240+92+138=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05C8A is #0FA375. Grayscale: #8D8D8D. Windows color (decimal): -1024886 or 9067760. OLE color: 9067760.

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

Color convert

RGB 240 92 138 -
CMYK 0 0.62 0.42 0.06
HSL 341.35º 0.83% 0.65% -
HSV(B) 341.35º 0.62% 0.94% -
XYZ 44.35 28.01 27.11 -
YUV 141.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 240 92 138 0 0.62 0.42 0.06 341.35 0.83 0.65
Hex F0 5C 8A 0 3E 2A 6 155 53 41
Octal 360 134 212 0 76 52 6 525 123 101
Binary 11110000 1011100 10001010 0 111110 101010 110 101010101 1010011 1000001

Color Harmonies of #F05C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C8A

Black with #F05C8A

Text Example


Text Example

White with #F05C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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