Html Css Color HEX #F15780 Dark Pink

📋 copy color: '#F15780'

red 241 ◦ green 87 ◦ blue 128

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

Shades of Dark Pink #F15780

Tints of Dark Pink #F15780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

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

R = 52.85%
G = 19.08%
B = 28.07%

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

#F15780 (or 0xF15780) is known color: Dark Pink. HEX triplet: F1, 57 and 80. RGB value is (241,87,128). Sum of RGB (Red+Green+Blue) = 241+87+128=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15780 is #0EA87F. Grayscale: #898989. Windows color (decimal): -960640 or 8411121. OLE color: 8411121.

HSL color Cylindrical-coordinate representation of color #F15780: hue angle of 344.03º 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 #F15780 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 87 128 -
CMYK 0 0.64 0.47 0.05
HSL 344.03º 0.85% 0.64% -
HSV(B) 344.03º 0.64% 0.95% -
XYZ 43.58 27.08 23.35 -
YUV 137.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 241 87 128 0 0.64 0.47 0.05 344.03 0.85 0.64
Hex F1 57 80 0 40 2F 5 158 55 40
Octal 361 127 200 0 100 57 5 530 125 100
Binary 11110001 1010111 10000000 0 1000000 101111 101 101011000 1010101 1000000

Color Harmonies of #F15780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15780

Black with #F15780

Text Example


Text Example

White with #F15780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15780; }

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

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

background-color css

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

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

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

border-color css

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

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

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