Html Css Color HEX #F6535C Wild Watermelon

📋 copy color: '#F6535C'

red 246 ◦ green 83 ◦ blue 92

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

Shades of Wild Watermelon #F6535C

Tints of Wild Watermelon #F6535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 58.43%
G = 19.71%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6535C (or 0xF6535C) is known color: Wild Watermelon. HEX triplet: F6, 53 and 5C. RGB value is (246,83,92). Sum of RGB (Red+Green+Blue) = 246+83+92=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6535C is #09ACA3. Grayscale: #848484. Windows color (decimal): -634020 or 6050806. OLE color: 6050806.

HSL color Cylindrical-coordinate representation of color #F6535C: hue angle of 356.69º 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 #F6535C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 92 -
CMYK 0 0.66 0.63 0.04
HSL 356.69º 0.9% 0.65% -
HSV(B) 356.69º 0.66% 0.96% -
XYZ 43.03 26.55 12.98 -
YUV 132.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 246 83 92 0 0.66 0.63 0.04 356.69 0.9 0.65
Hex F6 53 5C 0 42 3F 4 165 5A 41
Octal 366 123 134 0 102 77 4 545 132 101
Binary 11110110 1010011 1011100 0 1000010 111111 100 101100101 1011010 1000001

Color Harmonies of #F6535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6535C

Black with #F6535C

Text Example


Text Example

White with #F6535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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