Html Css Color HEX #F15683 Dark Pink

📋 copy color: '#F15683'

red 241 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #F15683

Tints of Dark Pink #F15683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.78%

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

R = 52.62%
G = 18.78%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F15683 (or 0xF15683) is known color: Dark Pink. HEX triplet: F1, 56 and 83. RGB value is (241,86,131). Sum of RGB (Red+Green+Blue) = 241+86+131=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F15683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15683 is #0EA97C. Grayscale: #898989. Windows color (decimal): -960893 or 8607473. OLE color: 8607473.

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

Color convert

RGB 241 86 131 -
CMYK 0 0.64 0.46 0.05
HSL 342.58º 0.85% 0.64% -
HSV(B) 342.58º 0.64% 0.95% -
XYZ 43.7 27 24.38 -
YUV 137.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 241 86 131 0 0.64 0.46 0.05 342.58 0.85 0.64
Hex F1 56 83 0 40 2E 5 157 55 40
Octal 361 126 203 0 100 56 5 527 125 100
Binary 11110001 1010110 10000011 0 1000000 101110 101 101010111 1010101 1000000

Color Harmonies of #F15683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15683

Black with #F15683

Text Example


Text Example

White with #F15683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15683; }

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

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

background-color css

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

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

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

border-color css

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

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

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