Html Css Color HEX #F15870 Wild Watermelon

📋 copy color: '#F15870'

red 241 ◦ green 88 ◦ blue 112

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

Shades of Wild Watermelon #F15870

Tints of Wild Watermelon #F15870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 54.65%
G = 19.95%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F15870 (or 0xF15870) is known color: Wild Watermelon. HEX triplet: F1, 58 and 70. RGB value is (241,88,112). Sum of RGB (Red+Green+Blue) = 241+88+112=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F15870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15870 is #0EA78F. Grayscale: #888888. Windows color (decimal): -960400 or 7362801. OLE color: 7362801.

HSL color Cylindrical-coordinate representation of color #F15870: hue angle of 350.59º degrees, saturation: 0.85, 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 #F15870 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 88 112 -
CMYK 0 0.63 0.54 0.05
HSL 350.59º 0.85% 0.65% -
HSV(B) 350.59º 0.63% 0.95% -
XYZ 42.69 26.85 18.26 -
YUV 136.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 241 88 112 0 0.63 0.54 0.05 350.59 0.85 0.65
Hex F1 58 70 0 3F 36 5 15F 55 41
Octal 361 130 160 0 77 66 5 537 125 101
Binary 11110001 1011000 1110000 0 111111 110110 101 101011111 1010101 1000001

Color Harmonies of #F15870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15870

Black with #F15870

Text Example


Text Example

White with #F15870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15870; }

 p { color: rgb(241,88,112); }

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

background-color css

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

 a { background-color: rgb(241,88,112); }

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

border-color css

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

 span { border-color: rgb(241,88,112); }

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