Html Css Color HEX #F15782 Dark Pink

📋 copy color: '#F15782'

red 241 ◦ green 87 ◦ blue 130

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

Shades of Dark Pink #F15782

Tints of Dark Pink #F15782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 52.62%
G = 19%
B = 28.38%

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

#F15782 (or 0xF15782) is known color: Dark Pink. HEX triplet: F1, 57 and 82. RGB value is (241,87,130). Sum of RGB (Red+Green+Blue) = 241+87+130=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F15782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15782 is #0EA87D. Grayscale: #898989. Windows color (decimal): -960638 or 8542193. OLE color: 8542193.

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

Color convert

RGB 241 87 130 -
CMYK 0 0.64 0.46 0.05
HSL 343.25º 0.85% 0.64% -
HSV(B) 343.25º 0.64% 0.95% -
XYZ 43.71 27.13 24.05 -
YUV 137.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 241 87 130 0 0.64 0.46 0.05 343.25 0.85 0.64
Hex F1 57 82 0 40 2E 5 157 55 40
Octal 361 127 202 0 100 56 5 527 125 100
Binary 11110001 1010111 10000010 0 1000000 101110 101 101010111 1010101 1000000

Color Harmonies of #F15782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15782

Black with #F15782

Text Example


Text Example

White with #F15782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15782; }

 p { color: rgb(241,87,130); }

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

background-color css

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

 a { background-color: rgb(241,87,130); }

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

border-color css

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

 span { border-color: rgb(241,87,130); }

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