Html Css Color HEX #F6535A Wild Watermelon

📋 copy color: '#F6535A'

red 246 ◦ green 83 ◦ blue 90

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

Shades of Wild Watermelon #F6535A

Tints of Wild Watermelon #F6535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 58.71%
G = 19.81%
B = 21.48%

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

#F6535A (or 0xF6535A) is known color: Wild Watermelon. HEX triplet: F6, 53 and 5A. RGB value is (246,83,90). Sum of RGB (Red+Green+Blue) = 246+83+90=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F6535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6535A is #09ACA5. Grayscale: #848484. Windows color (decimal): -634022 or 5919734. OLE color: 5919734.

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

Color convert

RGB 246 83 90 -
CMYK 0 0.66 0.63 0.04
HSL 357.42º 0.9% 0.65% -
HSV(B) 357.42º 0.66% 0.96% -
XYZ 42.94 26.52 12.53 -
YUV 132.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 246 83 90 0 0.66 0.63 0.04 357.42 0.9 0.65
Hex F6 53 5A 0 42 3F 4 165 5A 41
Octal 366 123 132 0 102 77 4 545 132 101
Binary 11110110 1010011 1011010 0 1000010 111111 100 101100101 1011010 1000001

Color Harmonies of #F6535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6535A

Black with #F6535A

Text Example


Text Example

White with #F6535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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