Html Css Color HEX #F5535F Wild Watermelon

📋 copy color: '#F5535F'

red 245 ◦ green 83 ◦ blue 95

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

Shades of Wild Watermelon #F5535F

Tints of Wild Watermelon #F5535F

RGB

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

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

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

R = 57.92%
G = 19.62%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5535F (or 0xF5535F) is known color: Wild Watermelon. HEX triplet: F5, 53 and 5F. RGB value is (245,83,95). Sum of RGB (Red+Green+Blue) = 245+83+95=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5535F is #0AACA0. Grayscale: #848484. Windows color (decimal): -699553 or 6247413. OLE color: 6247413.

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

Color convert

RGB 245 83 95 -
CMYK 0 0.66 0.61 0.04
HSL 355.56º 0.89% 0.64% -
HSV(B) 355.56º 0.66% 0.96% -
XYZ 42.82 26.43 13.67 -
YUV 132.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 245 83 95 0 0.66 0.61 0.04 355.56 0.89 0.64
Hex F5 53 5F 0 42 3D 4 164 59 40
Octal 365 123 137 0 102 75 4 544 131 100
Binary 11110101 1010011 1011111 0 1000010 111101 100 101100100 1011001 1000000

Color Harmonies of #F5535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5535F

Black with #F5535F

Text Example


Text Example

White with #F5535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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