Html Css Color HEX #F15D8F Dark Pink

📋 copy color: '#F15D8F'

red 241 ◦ green 93 ◦ blue 143

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

Shades of Dark Pink #F15D8F

Tints of Dark Pink #F15D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 50.52%
G = 19.5%
B = 29.98%

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

#F15D8F (or 0xF15D8F) is known color: Dark Pink. HEX triplet: F1, 5D and 8F. RGB value is (241,93,143). Sum of RGB (Red+Green+Blue) = 241+93+143=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15D8F is #0EA270. Grayscale: #8E8E8E. Windows color (decimal): -959089 or 9395697. OLE color: 9395697.

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

Color convert

RGB 241 93 143 -
CMYK 0 0.61 0.41 0.05
HSL 339.73º 0.84% 0.65% -
HSV(B) 339.73º 0.61% 0.95% -
XYZ 45.15 28.51 29.11 -
YUV 142.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 241 93 143 0 0.61 0.41 0.05 339.73 0.84 0.65
Hex F1 5D 8F 0 3D 29 5 154 54 41
Octal 361 135 217 0 75 51 5 524 124 101
Binary 11110001 1011101 10001111 0 111101 101001 101 101010100 1010100 1000001

Color Harmonies of #F15D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D8F

Black with #F15D8F

Text Example


Text Example

White with #F15D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D8F; }

 p { color: rgb(241,93,143); }

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

background-color css

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

 a { background-color: rgb(241,93,143); }

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

border-color css

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

 span { border-color: rgb(241,93,143); }

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