Html Css Color HEX #F15F73 Wild Watermelon

📋 copy color: '#F15F73'

red 241 ◦ green 95 ◦ blue 115

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

Shades of Wild Watermelon #F15F73

Tints of Wild Watermelon #F15F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 53.44%
G = 21.06%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F15F73 (or 0xF15F73) is known color: Wild Watermelon. HEX triplet: F1, 5F and 73. RGB value is (241,95,115). Sum of RGB (Red+Green+Blue) = 241+95+115=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F73 is #0EA08C. Grayscale: #8D8D8D. Windows color (decimal): -958605 or 7561201. OLE color: 7561201.

HSL color Cylindrical-coordinate representation of color #F15F73: hue angle of 351.78º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15F73 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 115 -
CMYK 0 0.61 0.52 0.05
HSL 351.78º 0.84% 0.66% -
HSV(B) 351.78º 0.61% 0.95% -
XYZ 43.46 28.12 19.36 -
YUV 140.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 241 95 115 0 0.61 0.52 0.05 351.78 0.84 0.66
Hex F1 5F 73 0 3D 34 5 160 54 42
Octal 361 137 163 0 75 64 5 540 124 102
Binary 11110001 1011111 1110011 0 111101 110100 101 101100000 1010100 1000010

Color Harmonies of #F15F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F73

Black with #F15F73

Text Example


Text Example

White with #F15F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F73; }

 p { color: rgb(241,95,115); }

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

background-color css

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

 a { background-color: rgb(241,95,115); }

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

border-color css

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

 span { border-color: rgb(241,95,115); }

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