Html Css Color HEX #F5535E Wild Watermelon

📋 copy color: '#F5535E'

red 245 ◦ green 83 ◦ blue 94

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

Shades of Wild Watermelon #F5535E

Tints of Wild Watermelon #F5535E

RGB

 RED value IS 245 (96.09% from 255) = 58.06%

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 58.06%
G = 19.67%
B = 22.27%

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

#F5535E (or 0xF5535E) is known color: Wild Watermelon. HEX triplet: F5, 53 and 5E. RGB value is (245,83,94). Sum of RGB (Red+Green+Blue) = 245+83+94=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5535E is #0AACA1. Grayscale: #848484. Windows color (decimal): -699554 or 6181877. OLE color: 6181877.

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

Color convert

RGB 245 83 94 -
CMYK 0 0.66 0.62 0.04
HSL 355.93º 0.89% 0.64% -
HSV(B) 355.93º 0.66% 0.96% -
XYZ 42.77 26.41 13.43 -
YUV 132.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 245 83 94 0 0.66 0.62 0.04 355.93 0.89 0.64
Hex F5 53 5E 0 42 3E 4 164 59 40
Octal 365 123 136 0 102 76 4 544 131 100
Binary 11110101 1010011 1011110 0 1000010 111110 100 101100100 1011001 1000000

Color Harmonies of #F5535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5535E

Black with #F5535E

Text Example


Text Example

White with #F5535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5535E; }

 p { color: rgb(245,83,94); }

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

background-color css

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

 a { background-color: rgb(245,83,94); }

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

border-color css

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

 span { border-color: rgb(245,83,94); }

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