Html Css Color HEX #F15365 Wild Watermelon

📋 copy color: '#F15365'

red 241 ◦ green 83 ◦ blue 101

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

Shades of Wild Watermelon #F15365

Tints of Wild Watermelon #F15365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 56.71%
G = 19.53%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F15365 (or 0xF15365) is known color: Wild Watermelon. HEX triplet: F1, 53 and 65. RGB value is (241,83,101). Sum of RGB (Red+Green+Blue) = 241+83+101=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F15365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15365 is #0EAC9A. Grayscale: #848484. Windows color (decimal): -961691 or 6640625. OLE color: 6640625.

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

Color convert

RGB 241 83 101 -
CMYK 0 0.66 0.58 0.05
HSL 353.16º 0.85% 0.64% -
HSV(B) 353.16º 0.66% 0.95% -
XYZ 41.72 25.83 15.1 -
YUV 132.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 241 83 101 0 0.66 0.58 0.05 353.16 0.85 0.64
Hex F1 53 65 0 42 3A 5 161 55 40
Octal 361 123 145 0 102 72 5 541 125 100
Binary 11110001 1010011 1100101 0 1000010 111010 101 101100001 1010101 1000000

Color Harmonies of #F15365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15365

Black with #F15365

Text Example


Text Example

White with #F15365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15365; }

 p { color: rgb(241,83,101); }

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

background-color css

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

 a { background-color: rgb(241,83,101); }

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

border-color css

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

 span { border-color: rgb(241,83,101); }

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