Html Css Color HEX #F15A70 Wild Watermelon

📋 copy color: '#F15A70'

red 241 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #F15A70

Tints of Wild Watermelon #F15A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 54.4%
G = 20.32%
B = 25.28%

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

#F15A70 (or 0xF15A70) is known color: Wild Watermelon. HEX triplet: F1, 5A and 70. RGB value is (241,90,112). Sum of RGB (Red+Green+Blue) = 241+90+112=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15A70 is #0EA58F. Grayscale: #898989. Windows color (decimal): -959888 or 7363313. OLE color: 7363313.

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

Color convert

RGB 241 90 112 -
CMYK 0 0.63 0.54 0.05
HSL 351.26º 0.84% 0.65% -
HSV(B) 351.26º 0.63% 0.95% -
XYZ 42.86 27.18 18.32 -
YUV 137.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 241 90 112 0 0.63 0.54 0.05 351.26 0.84 0.65
Hex F1 5A 70 0 3F 36 5 15F 54 41
Octal 361 132 160 0 77 66 5 537 124 101
Binary 11110001 1011010 1110000 0 111111 110110 101 101011111 1010100 1000001

Color Harmonies of #F15A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A70

Black with #F15A70

Text Example


Text Example

White with #F15A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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