Html Css Color HEX #F15480 Dark Pink

📋 copy color: '#F15480'

red 241 ◦ green 84 ◦ blue 128

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

Shades of Dark Pink #F15480

Tints of Dark Pink #F15480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

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

R = 53.2%
G = 18.54%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F15480 (or 0xF15480) is known color: Dark Pink. HEX triplet: F1, 54 and 80. RGB value is (241,84,128). Sum of RGB (Red+Green+Blue) = 241+84+128=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F15480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15480 is #0EAB7F. Grayscale: #878787. Windows color (decimal): -961408 or 8410353. OLE color: 8410353.

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

Color convert

RGB 241 84 128 -
CMYK 0 0.65 0.47 0.05
HSL 343.18º 0.85% 0.64% -
HSV(B) 343.18º 0.65% 0.95% -
XYZ 43.34 26.6 23.27 -
YUV 135.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 241 84 128 0 0.65 0.47 0.05 343.18 0.85 0.64
Hex F1 54 80 0 41 2F 5 157 55 40
Octal 361 124 200 0 101 57 5 527 125 100
Binary 11110001 1010100 10000000 0 1000001 101111 101 101010111 1010101 1000000

Color Harmonies of #F15480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15480

Black with #F15480

Text Example


Text Example

White with #F15480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15480; }

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

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

background-color css

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

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

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

border-color css

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

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

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