Html Css Color HEX #F5545A Wild Watermelon

📋 copy color: '#F5545A'

red 245 ◦ green 84 ◦ blue 90

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

Shades of Wild Watermelon #F5545A

Tints of Wild Watermelon #F5545A

RGB

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

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

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

R = 58.47%
G = 20.05%
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

#F5545A (or 0xF5545A) is known color: Wild Watermelon. HEX triplet: F5, 54 and 5A. RGB value is (245,84,90). Sum of RGB (Red+Green+Blue) = 245+84+90=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5545A is #0AABA5. Grayscale: #848484. Windows color (decimal): -699302 or 5919989. OLE color: 5919989.

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

Color convert

RGB 245 84 90 -
CMYK 0 0.66 0.63 0.04
HSL 357.76º 0.89% 0.65% -
HSV(B) 357.76º 0.66% 0.96% -
XYZ 42.67 26.49 12.54 -
YUV 132.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 245 84 90 0 0.66 0.63 0.04 357.76 0.89 0.65
Hex F5 54 5A 0 42 3F 4 166 59 41
Octal 365 124 132 0 102 77 4 546 131 101
Binary 11110101 1010100 1011010 0 1000010 111111 100 101100110 1011001 1000001

Color Harmonies of #F5545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5545A

Black with #F5545A

Text Example


Text Example

White with #F5545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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