Html Css Color HEX #F15E8D Dark Pink

📋 copy color: '#F15E8D'

red 241 ◦ green 94 ◦ blue 141

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

Shades of Dark Pink #F15E8D

Tints of Dark Pink #F15E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 50.63%
G = 19.75%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F15E8D (or 0xF15E8D) is known color: Dark Pink. HEX triplet: F1, 5E and 8D. RGB value is (241,94,141). Sum of RGB (Red+Green+Blue) = 241+94+141=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15E8D is #0EA172. Grayscale: #8F8F8F. Windows color (decimal): -958835 or 9264881. OLE color: 9264881.

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

Color convert

RGB 241 94 141 -
CMYK 0 0.61 0.41 0.05
HSL 340.82º 0.84% 0.66% -
HSV(B) 340.82º 0.61% 0.95% -
XYZ 45.09 28.63 28.35 -
YUV 143.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 241 94 141 0 0.61 0.41 0.05 340.82 0.84 0.66
Hex F1 5E 8D 0 3D 29 5 155 54 42
Octal 361 136 215 0 75 51 5 525 124 102
Binary 11110001 1011110 10001101 0 111101 101001 101 101010101 1010100 1000010

Color Harmonies of #F15E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E8D

Black with #F15E8D

Text Example


Text Example

White with #F15E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E8D; }

 p { color: rgb(241,94,141); }

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

background-color css

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

 a { background-color: rgb(241,94,141); }

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

border-color css

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

 span { border-color: rgb(241,94,141); }

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