Html Css Color HEX #F15282 Dark Pink

📋 copy color: '#F15282'

red 241 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #F15282

Tints of Dark Pink #F15282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.1%

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 53.2%
G = 18.1%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F15282 (or 0xF15282) is known color: Dark Pink. HEX triplet: F1, 52 and 82. RGB value is (241,82,130). Sum of RGB (Red+Green+Blue) = 241+82+130=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F15282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15282 is #0EAD7D. Grayscale: #868686. Windows color (decimal): -961918 or 8540913. OLE color: 8540913.

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

Color convert

RGB 241 82 130 -
CMYK 0 0.66 0.46 0.05
HSL 341.89º 0.85% 0.63% -
HSV(B) 341.89º 0.66% 0.95% -
XYZ 43.32 26.35 23.92 -
YUV 135.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 241 82 130 0 0.66 0.46 0.05 341.89 0.85 0.63
Hex F1 52 82 0 42 2E 5 156 55 3F
Octal 361 122 202 0 102 56 5 526 125 77
Binary 11110001 1010010 10000010 0 1000010 101110 101 101010110 1010101 111111

Color Harmonies of #F15282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15282

Black with #F15282

Text Example


Text Example

White with #F15282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15282; }

 p { color: rgb(241,82,130); }

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

background-color css

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

 a { background-color: rgb(241,82,130); }

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

border-color css

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

 span { border-color: rgb(241,82,130); }

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