Html Css Color HEX #F05C8C Dark Pink

📋 copy color: '#F05C8C'

red 240 ◦ green 92 ◦ blue 140

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

Shades of Dark Pink #F05C8C

Tints of Dark Pink #F05C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 50.85%
G = 19.49%
B = 29.66%

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

#F05C8C (or 0xF05C8C) is known color: Dark Pink. HEX triplet: F0, 5C and 8C. RGB value is (240,92,140). Sum of RGB (Red+Green+Blue) = 240+92+140=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05C8C is #0FA373. Grayscale: #8D8D8D. Windows color (decimal): -1024884 or 9198832. OLE color: 9198832.

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

Color convert

RGB 240 92 140 -
CMYK 0 0.62 0.42 0.06
HSL 340.54º 0.83% 0.65% -
HSV(B) 340.54º 0.62% 0.94% -
XYZ 44.5 28.07 27.88 -
YUV 141.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 240 92 140 0 0.62 0.42 0.06 340.54 0.83 0.65
Hex F0 5C 8C 0 3E 2A 6 155 53 41
Octal 360 134 214 0 76 52 6 525 123 101
Binary 11110000 1011100 10001100 0 111110 101010 110 101010101 1010011 1000001

Color Harmonies of #F05C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C8C

Black with #F05C8C

Text Example


Text Example

White with #F05C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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