Html Css Color HEX #F15263 Wild Watermelon

📋 copy color: '#F15263'

red 241 ◦ green 82 ◦ blue 99

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

Shades of Wild Watermelon #F15263

Tints of Wild Watermelon #F15263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 57.11%
G = 19.43%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15263 (or 0xF15263) is known color: Wild Watermelon. HEX triplet: F1, 52 and 63. RGB value is (241,82,99). Sum of RGB (Red+Green+Blue) = 241+82+99=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F15263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15263 is #0EAD9C. Grayscale: #838383. Windows color (decimal): -961949 or 6509297. OLE color: 6509297.

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

Color convert

RGB 241 82 99 -
CMYK 0 0.66 0.59 0.05
HSL 353.58º 0.85% 0.63% -
HSV(B) 353.58º 0.66% 0.95% -
XYZ 41.55 25.64 14.56 -
YUV 131.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 241 82 99 0 0.66 0.59 0.05 353.58 0.85 0.63
Hex F1 52 63 0 42 3B 5 162 55 3F
Octal 361 122 143 0 102 73 5 542 125 77
Binary 11110001 1010010 1100011 0 1000010 111011 101 101100010 1010101 111111

Color Harmonies of #F15263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15263

Black with #F15263

Text Example


Text Example

White with #F15263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15263; }

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

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

background-color css

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

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

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

border-color css

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

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

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