Html Css Color HEX #F15975 Wild Watermelon

📋 copy color: '#F15975'

red 241 ◦ green 89 ◦ blue 117

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

Shades of Wild Watermelon #F15975

Tints of Wild Watermelon #F15975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 53.91%
G = 19.91%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F15975 (or 0xF15975) is known color: Wild Watermelon. HEX triplet: F1, 59 and 75. RGB value is (241,89,117). Sum of RGB (Red+Green+Blue) = 241+89+117=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F15975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15975 is #0EA68A. Grayscale: #898989. Windows color (decimal): -960139 or 7690737. OLE color: 7690737.

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

Color convert

RGB 241 89 117 -
CMYK 0 0.63 0.51 0.05
HSL 348.95º 0.84% 0.65% -
HSV(B) 348.95º 0.63% 0.95% -
XYZ 43.06 27.13 19.8 -
YUV 137.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 241 89 117 0 0.63 0.51 0.05 348.95 0.84 0.65
Hex F1 59 75 0 3F 33 5 15D 54 41
Octal 361 131 165 0 77 63 5 535 124 101
Binary 11110001 1011001 1110101 0 111111 110011 101 101011101 1010100 1000001

Color Harmonies of #F15975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15975

Black with #F15975

Text Example


Text Example

White with #F15975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15975; }

 p { color: rgb(241,89,117); }

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

background-color css

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

 a { background-color: rgb(241,89,117); }

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

border-color css

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

 span { border-color: rgb(241,89,117); }

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