Html Css Color HEX #F15062 Wild Watermelon

📋 copy color: '#F15062'

red 241 ◦ green 80 ◦ blue 98

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

Shades of Wild Watermelon #F15062

Tints of Wild Watermelon #F15062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 57.52%
G = 19.09%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15062 (or 0xF15062) is known color: Wild Watermelon. HEX triplet: F1, 50 and 62. RGB value is (241,80,98). Sum of RGB (Red+Green+Blue) = 241+80+98=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F15062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15062 is #0EAF9D. Grayscale: #828282. Windows color (decimal): -962462 or 6443249. OLE color: 6443249.

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

Color convert

RGB 241 80 98 -
CMYK 0 0.67 0.59 0.05
HSL 353.29º 0.85% 0.63% -
HSV(B) 353.29º 0.67% 0.95% -
XYZ 41.35 25.32 14.26 -
YUV 130.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 241 80 98 0 0.67 0.59 0.05 353.29 0.85 0.63
Hex F1 50 62 0 43 3B 5 161 55 3F
Octal 361 120 142 0 103 73 5 541 125 77
Binary 11110001 1010000 1100010 0 1000011 111011 101 101100001 1010101 111111

Color Harmonies of #F15062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15062

Black with #F15062

Text Example


Text Example

White with #F15062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15062; }

 p { color: rgb(241,80,98); }

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

background-color css

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

 a { background-color: rgb(241,80,98); }

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

border-color css

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

 span { border-color: rgb(241,80,98); }

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