Html Css Color HEX #F15465 Wild Watermelon

📋 copy color: '#F15465'

red 241 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #F15465

Tints of Wild Watermelon #F15465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.72%

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

R = 56.57%
G = 19.72%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F15465 (or 0xF15465) is known color: Wild Watermelon. HEX triplet: F1, 54 and 65. RGB value is (241,84,101). Sum of RGB (Red+Green+Blue) = 241+84+101=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F15465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15465 is #0EAB9A. Grayscale: #848484. Windows color (decimal): -961435 or 6640881. OLE color: 6640881.

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

Color convert

RGB 241 84 101 -
CMYK 0 0.65 0.58 0.05
HSL 353.5º 0.85% 0.64% -
HSV(B) 353.5º 0.65% 0.95% -
XYZ 41.79 25.98 15.12 -
YUV 132.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 241 84 101 0 0.65 0.58 0.05 353.5 0.85 0.64
Hex F1 54 65 0 41 3A 5 162 55 40
Octal 361 124 145 0 101 72 5 542 125 100
Binary 11110001 1010100 1100101 0 1000001 111010 101 101100010 1010101 1000000

Color Harmonies of #F15465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15465

Black with #F15465

Text Example


Text Example

White with #F15465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15465; }

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

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

background-color css

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

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

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

border-color css

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

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

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