Html Css Color HEX #F05680 Dark Pink

📋 copy color: '#F05680'

red 240 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #F05680

Tints of Dark Pink #F05680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.94%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 52.86%
G = 18.94%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F05680 (or 0xF05680) is known color: Dark Pink. HEX triplet: F0, 56 and 80. RGB value is (240,86,128). Sum of RGB (Red+Green+Blue) = 240+86+128=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05680 is #0FA97F. Grayscale: #888888. Windows color (decimal): -1026432 or 8410864. OLE color: 8410864.

HSL color Cylindrical-coordinate representation of color #F05680: hue angle of 343.64º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05680 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 128 -
CMYK 0 0.64 0.47 0.06
HSL 343.64º 0.84% 0.64% -
HSV(B) 343.64º 0.64% 0.94% -
XYZ 43.16 26.74 23.31 -
YUV 136.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 240 86 128 0 0.64 0.47 0.06 343.64 0.84 0.64
Hex F0 56 80 0 40 2F 6 158 54 40
Octal 360 126 200 0 100 57 6 530 124 100
Binary 11110000 1010110 10000000 0 1000000 101111 110 101011000 1010100 1000000

Color Harmonies of #F05680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05680

Black with #F05680

Text Example


Text Example

White with #F05680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05680; }

 p { color: rgb(240,86,128); }

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

background-color css

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

 a { background-color: rgb(240,86,128); }

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

border-color css

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

 span { border-color: rgb(240,86,128); }

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