Html Css Color HEX #F15985 Dark Pink

📋 copy color: '#F15985'

red 241 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #F15985

Tints of Dark Pink #F15985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 52.05%
G = 19.22%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F15985 (or 0xF15985) is known color: Dark Pink. HEX triplet: F1, 59 and 85. RGB value is (241,89,133). Sum of RGB (Red+Green+Blue) = 241+89+133=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F15985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15985 is #0EA67A. Grayscale: #8B8B8B. Windows color (decimal): -960123 or 8739313. OLE color: 8739313.

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

Color convert

RGB 241 89 133 -
CMYK 0 0.63 0.45 0.05
HSL 342.63º 0.84% 0.65% -
HSV(B) 342.63º 0.63% 0.95% -
XYZ 44.08 27.54 25.18 -
YUV 139.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 241 89 133 0 0.63 0.45 0.05 342.63 0.84 0.65
Hex F1 59 85 0 3F 2D 5 157 54 41
Octal 361 131 205 0 77 55 5 527 124 101
Binary 11110001 1011001 10000101 0 111111 101101 101 101010111 1010100 1000001

Color Harmonies of #F15985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15985

Black with #F15985

Text Example


Text Example

White with #F15985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15985; }

 p { color: rgb(241,89,133); }

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

background-color css

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

 a { background-color: rgb(241,89,133); }

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

border-color css

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

 span { border-color: rgb(241,89,133); }

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