Html Css Color HEX #F6535D Wild Watermelon

📋 copy color: '#F6535D'

red 246 ◦ green 83 ◦ blue 93

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

Shades of Wild Watermelon #F6535D

Tints of Wild Watermelon #F6535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 58.29%
G = 19.67%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6535D (or 0xF6535D) is known color: Wild Watermelon. HEX triplet: F6, 53 and 5D. RGB value is (246,83,93). Sum of RGB (Red+Green+Blue) = 246+83+93=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F6535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6535D is #09ACA2. Grayscale: #858585. Windows color (decimal): -634019 or 6116342. OLE color: 6116342.

HSL color Cylindrical-coordinate representation of color #F6535D: hue angle of 356.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6535D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 93 -
CMYK 0 0.66 0.62 0.04
HSL 356.32º 0.9% 0.65% -
HSV(B) 356.32º 0.66% 0.96% -
XYZ 43.08 26.57 13.21 -
YUV 132.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 246 83 93 0 0.66 0.62 0.04 356.32 0.9 0.65
Hex F6 53 5D 0 42 3E 4 164 5A 41
Octal 366 123 135 0 102 76 4 544 132 101
Binary 11110110 1010011 1011101 0 1000010 111110 100 101100100 1011010 1000001

Color Harmonies of #F6535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6535D

Black with #F6535D

Text Example


Text Example

White with #F6535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6535D; }

 p { color: rgb(246,83,93); }

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

background-color css

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

 a { background-color: rgb(246,83,93); }

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

border-color css

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

 span { border-color: rgb(246,83,93); }

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