Html Css Color HEX #F15273 Wild Watermelon

📋 copy color: '#F15273'

red 241 ◦ green 82 ◦ blue 115

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

Shades of Wild Watermelon #F15273

Tints of Wild Watermelon #F15273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

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

R = 55.02%
G = 18.72%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F15273 (or 0xF15273) is known color: Wild Watermelon. HEX triplet: F1, 52 and 73. RGB value is (241,82,115). Sum of RGB (Red+Green+Blue) = 241+82+115=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15273 is #0EAD8C. Grayscale: #858585. Windows color (decimal): -961933 or 7557873. OLE color: 7557873.

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

Color convert

RGB 241 82 115 -
CMYK 0 0.66 0.52 0.05
HSL 347.55º 0.85% 0.63% -
HSV(B) 347.55º 0.66% 0.95% -
XYZ 42.39 25.97 19 -
YUV 133.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 241 82 115 0 0.66 0.52 0.05 347.55 0.85 0.63
Hex F1 52 73 0 42 34 5 15C 55 3F
Octal 361 122 163 0 102 64 5 534 125 77
Binary 11110001 1010010 1110011 0 1000010 110100 101 101011100 1010101 111111

Color Harmonies of #F15273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15273

Black with #F15273

Text Example


Text Example

White with #F15273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15273; }

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

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

background-color css

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

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

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

border-color css

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

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

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