Html Css Color HEX #F15680 Dark Pink

📋 copy color: '#F15680'

red 241 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #F15680

Tints of Dark Pink #F15680

RGB

 RED value IS 241 (94.53% from 255) = 52.97%

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

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

R = 52.97%
G = 18.9%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15680 (or 0xF15680) is known color: Dark Pink. HEX triplet: F1, 56 and 80. RGB value is (241,86,128). Sum of RGB (Red+Green+Blue) = 241+86+128=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F15680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15680 is #0EA97F. Grayscale: #898989. Windows color (decimal): -960896 or 8410865. OLE color: 8410865.

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

Color convert

RGB 241 86 128 -
CMYK 0 0.64 0.47 0.05
HSL 343.74º 0.85% 0.64% -
HSV(B) 343.74º 0.64% 0.95% -
XYZ 43.5 26.91 23.32 -
YUV 137.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 241 86 128 0 0.64 0.47 0.05 343.74 0.85 0.64
Hex F1 56 80 0 40 2F 5 158 55 40
Octal 361 126 200 0 100 57 5 530 125 100
Binary 11110001 1010110 10000000 0 1000000 101111 101 101011000 1010101 1000000

Color Harmonies of #F15680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15680

Black with #F15680

Text Example


Text Example

White with #F15680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15680; }

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

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

background-color css

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

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

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

border-color css

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

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

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