Html Css Color HEX #F5545E Wild Watermelon

📋 copy color: '#F5545E'

red 245 ◦ green 84 ◦ blue 94

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

Shades of Wild Watermelon #F5545E

Tints of Wild Watermelon #F5545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

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

R = 57.92%
G = 19.86%
B = 22.22%

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

#F5545E (or 0xF5545E) is known color: Wild Watermelon. HEX triplet: F5, 54 and 5E. RGB value is (245,84,94). Sum of RGB (Red+Green+Blue) = 245+84+94=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5545E is #0AABA1. Grayscale: #858585. Windows color (decimal): -699298 or 6182133. OLE color: 6182133.

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

Color convert

RGB 245 84 94 -
CMYK 0 0.66 0.62 0.04
HSL 356.27º 0.89% 0.65% -
HSV(B) 356.27º 0.66% 0.96% -
XYZ 42.85 26.56 13.46 -
YUV 133.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 245 84 94 0 0.66 0.62 0.04 356.27 0.89 0.65
Hex F5 54 5E 0 42 3E 4 164 59 41
Octal 365 124 136 0 102 76 4 544 131 101
Binary 11110101 1010100 1011110 0 1000010 111110 100 101100100 1011001 1000001

Color Harmonies of #F5545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5545E

Black with #F5545E

Text Example


Text Example

White with #F5545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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