Html Css Color HEX #F15570 Wild Watermelon

📋 copy color: '#F15570'

red 241 ◦ green 85 ◦ blue 112

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

Shades of Wild Watermelon #F15570

Tints of Wild Watermelon #F15570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 55.02%
G = 19.41%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F15570 (or 0xF15570) is known color: Wild Watermelon. HEX triplet: F1, 55 and 70. RGB value is (241,85,112). Sum of RGB (Red+Green+Blue) = 241+85+112=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15570 is #0EAA8F. Grayscale: #868686. Windows color (decimal): -961168 or 7362033. OLE color: 7362033.

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

Color convert

RGB 241 85 112 -
CMYK 0 0.65 0.54 0.05
HSL 349.62º 0.85% 0.64% -
HSV(B) 349.62º 0.65% 0.95% -
XYZ 42.45 26.37 18.18 -
YUV 134.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 241 85 112 0 0.65 0.54 0.05 349.62 0.85 0.64
Hex F1 55 70 0 41 36 5 15E 55 40
Octal 361 125 160 0 101 66 5 536 125 100
Binary 11110001 1010101 1110000 0 1000001 110110 101 101011110 1010101 1000000

Color Harmonies of #F15570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15570

Black with #F15570

Text Example


Text Example

White with #F15570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15570; }

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

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

background-color css

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

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

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

border-color css

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

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

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