Html Css Color HEX #F15C8E Dark Pink

📋 copy color: '#F15C8E'

red 241 ◦ green 92 ◦ blue 142

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

Shades of Dark Pink #F15C8E

Tints of Dark Pink #F15C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 50.74%
G = 19.37%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F15C8E (or 0xF15C8E) is known color: Dark Pink. HEX triplet: F1, 5C and 8E. RGB value is (241,92,142). Sum of RGB (Red+Green+Blue) = 241+92+142=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C8E is #0EA371. Grayscale: #8E8E8E. Windows color (decimal): -959346 or 9329905. OLE color: 9329905.

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

Color convert

RGB 241 92 142 -
CMYK 0 0.62 0.41 0.05
HSL 339.87º 0.84% 0.65% -
HSV(B) 339.87º 0.62% 0.95% -
XYZ 44.99 28.31 28.68 -
YUV 142.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 241 92 142 0 0.62 0.41 0.05 339.87 0.84 0.65
Hex F1 5C 8E 0 3E 29 5 154 54 41
Octal 361 134 216 0 76 51 5 524 124 101
Binary 11110001 1011100 10001110 0 111110 101001 101 101010100 1010100 1000001

Color Harmonies of #F15C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C8E

Black with #F15C8E

Text Example


Text Example

White with #F15C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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