Html Css Color HEX #F15562 Wild Watermelon

📋 copy color: '#F15562'

red 241 ◦ green 85 ◦ blue 98

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

Shades of Wild Watermelon #F15562

Tints of Wild Watermelon #F15562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 56.84%
G = 20.05%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15562 (or 0xF15562) is known color: Wild Watermelon. HEX triplet: F1, 55 and 62. RGB value is (241,85,98). Sum of RGB (Red+Green+Blue) = 241+85+98=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15562 is #0EAA9D. Grayscale: #858585. Windows color (decimal): -961182 or 6444529. OLE color: 6444529.

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

Color convert

RGB 241 85 98 -
CMYK 0 0.65 0.59 0.05
HSL 355º 0.85% 0.64% -
HSV(B) 355º 0.65% 0.95% -
XYZ 41.73 26.08 14.39 -
YUV 133.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 241 85 98 0 0.65 0.59 0.05 355 0.85 0.64
Hex F1 55 62 0 41 3B 5 163 55 40
Octal 361 125 142 0 101 73 5 543 125 100
Binary 11110001 1010101 1100010 0 1000001 111011 101 101100011 1010101 1000000

Color Harmonies of #F15562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15562

Black with #F15562

Text Example


Text Example

White with #F15562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15562; }

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

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

background-color css

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

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

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

border-color css

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

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

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