Html Css Color HEX #F4515F Wild Watermelon

📋 copy color: '#F4515F'

red 244 ◦ green 81 ◦ blue 95

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

Shades of Wild Watermelon #F4515F

Tints of Wild Watermelon #F4515F

RGB

 RED value IS 244 (95.7% from 255) = 58.1%

 GREEN value IS 81 (32.03% from 255) = 19.29%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 58.1%
G = 19.29%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4515F (or 0xF4515F) is known color: Wild Watermelon. HEX triplet: F4, 51 and 5F. RGB value is (244,81,95). Sum of RGB (Red+Green+Blue) = 244+81+95=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4515F is #0BAEA0. Grayscale: #838383. Windows color (decimal): -765601 or 6246900. OLE color: 6246900.

HSL color Cylindrical-coordinate representation of color #F4515F: hue angle of 354.85º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4515F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 81 95 -
CMYK 0 0.67 0.61 0.04
HSL 354.85º 0.88% 0.64% -
HSV(B) 354.85º 0.67% 0.96% -
XYZ 42.32 25.94 13.6 -
YUV 131.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 244 81 95 0 0.67 0.61 0.04 354.85 0.88 0.64
Hex F4 51 5F 0 43 3D 4 163 58 40
Octal 364 121 137 0 103 75 4 543 130 100
Binary 11110100 1010001 1011111 0 1000011 111101 100 101100011 1011000 1000000

Color Harmonies of #F4515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4515F

Black with #F4515F

Text Example


Text Example

White with #F4515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4515F; }

 p { color: rgb(244,81,95); }

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

background-color css

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

 a { background-color: rgb(244,81,95); }

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

border-color css

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

 span { border-color: rgb(244,81,95); }

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