Html Css Color HEX #F15283 Dark Pink

📋 copy color: '#F15283'

red 241 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #F15283

Tints of Dark Pink #F15283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 53.08%
G = 18.06%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F15283 (or 0xF15283) is known color: Dark Pink. HEX triplet: F1, 52 and 83. RGB value is (241,82,131). Sum of RGB (Red+Green+Blue) = 241+82+131=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F15283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15283 is #0EAD7C. Grayscale: #878787. Windows color (decimal): -961917 or 8606449. OLE color: 8606449.

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

Color convert

RGB 241 82 131 -
CMYK 0 0.66 0.46 0.05
HSL 341.51º 0.85% 0.63% -
HSV(B) 341.51º 0.66% 0.95% -
XYZ 43.39 26.37 24.28 -
YUV 135.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 241 82 131 0 0.66 0.46 0.05 341.51 0.85 0.63
Hex F1 52 83 0 42 2E 5 156 55 3F
Octal 361 122 203 0 102 56 5 526 125 77
Binary 11110001 1010010 10000011 0 1000010 101110 101 101010110 1010101 111111

Color Harmonies of #F15283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15283

Black with #F15283

Text Example


Text Example

White with #F15283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15283; }

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

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

background-color css

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

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

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

border-color css

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

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

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