Html Css Color HEX #F15285 Dark Pink

📋 copy color: '#F15285'

red 241 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #F15285

Tints of Dark Pink #F15285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.98%

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

R = 52.85%
G = 17.98%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F15285 (or 0xF15285) is known color: Dark Pink. HEX triplet: F1, 52 and 85. RGB value is (241,82,133). Sum of RGB (Red+Green+Blue) = 241+82+133=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15285 is #0EAD7A. Grayscale: #878787. Windows color (decimal): -961915 or 8737521. OLE color: 8737521.

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

Color convert

RGB 241 82 133 -
CMYK 0 0.66 0.45 0.05
HSL 340.75º 0.85% 0.63% -
HSV(B) 340.75º 0.66% 0.95% -
XYZ 43.53 26.43 25 -
YUV 135.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 241 82 133 0 0.66 0.45 0.05 340.75 0.85 0.63
Hex F1 52 85 0 42 2D 5 155 55 3F
Octal 361 122 205 0 102 55 5 525 125 77
Binary 11110001 1010010 10000101 0 1000010 101101 101 101010101 1010101 111111

Color Harmonies of #F15285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15285

Black with #F15285

Text Example


Text Example

White with #F15285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15285; }

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

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

background-color css

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

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

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

border-color css

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

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

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