Html Css Color HEX #F15C8C Dark Pink

📋 copy color: '#F15C8C'

red 241 ◦ green 92 ◦ blue 140

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

Shades of Dark Pink #F15C8C

Tints of Dark Pink #F15C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

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

R = 50.95%
G = 19.45%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F15C8C (or 0xF15C8C) is known color: Dark Pink. HEX triplet: F1, 5C and 8C. RGB value is (241,92,140). Sum of RGB (Red+Green+Blue) = 241+92+140=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C8C is #0EA373. Grayscale: #8D8D8D. Windows color (decimal): -959348 or 9198833. OLE color: 9198833.

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

Color convert

RGB 241 92 140 -
CMYK 0 0.62 0.42 0.05
HSL 340.67º 0.84% 0.65% -
HSV(B) 340.67º 0.62% 0.95% -
XYZ 44.84 28.25 27.9 -
YUV 142.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 241 92 140 0 0.62 0.42 0.05 340.67 0.84 0.65
Hex F1 5C 8C 0 3E 2A 5 155 54 41
Octal 361 134 214 0 76 52 5 525 124 101
Binary 11110001 1011100 10001100 0 111110 101010 101 101010101 1010100 1000001

Color Harmonies of #F15C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C8C

Black with #F15C8C

Text Example


Text Example

White with #F15C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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