Html Css Color HEX #F15D8C Dark Pink

📋 copy color: '#F15D8C'

red 241 ◦ green 93 ◦ blue 140

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

Shades of Dark Pink #F15D8C

Tints of Dark Pink #F15D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 50.84%
G = 19.62%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F15D8C (or 0xF15D8C) is known color: Dark Pink. HEX triplet: F1, 5D and 8C. RGB value is (241,93,140). Sum of RGB (Red+Green+Blue) = 241+93+140=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15D8C is #0EA273. Grayscale: #8E8E8E. Windows color (decimal): -959092 or 9199089. OLE color: 9199089.

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

Color convert

RGB 241 93 140 -
CMYK 0 0.61 0.42 0.05
HSL 340.95º 0.84% 0.65% -
HSV(B) 340.95º 0.61% 0.95% -
XYZ 44.92 28.42 27.93 -
YUV 142.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 241 93 140 0 0.61 0.42 0.05 340.95 0.84 0.65
Hex F1 5D 8C 0 3D 2A 5 155 54 41
Octal 361 135 214 0 75 52 5 525 124 101
Binary 11110001 1011101 10001100 0 111101 101010 101 101010101 1010100 1000001

Color Harmonies of #F15D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D8C

Black with #F15D8C

Text Example


Text Example

White with #F15D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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