Html Css Color HEX #F6515F Wild Watermelon

📋 copy color: '#F6515F'

red 246 ◦ green 81 ◦ blue 95

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

Shades of Wild Watermelon #F6515F

Tints of Wild Watermelon #F6515F

RGB

 RED value IS 246 (96.48% from 255) = 58.29%

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

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

R = 58.29%
G = 19.19%
B = 22.51%

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

#F6515F (or 0xF6515F) is known color: Wild Watermelon. HEX triplet: F6, 51 and 5F. RGB value is (246,81,95). Sum of RGB (Red+Green+Blue) = 246+81+95=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6515F is #09AEA0. Grayscale: #848484. Windows color (decimal): -634529 or 6246902. OLE color: 6246902.

HSL color Cylindrical-coordinate representation of color #F6515F: hue angle of 354.91º degrees, saturation: 0.9, 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 #F6515F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 95 -
CMYK 0 0.67 0.61 0.04
HSL 354.91º 0.9% 0.64% -
HSV(B) 354.91º 0.67% 0.96% -
XYZ 43.01 26.3 13.64 -
YUV 131.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 246 81 95 0 0.67 0.61 0.04 354.91 0.9 0.64
Hex F6 51 5F 0 43 3D 4 163 5A 40
Octal 366 121 137 0 103 75 4 543 132 100
Binary 11110110 1010001 1011111 0 1000011 111101 100 101100011 1011010 1000000

Color Harmonies of #F6515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6515F

Black with #F6515F

Text Example


Text Example

White with #F6515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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