Html Css Color HEX #F5545F Wild Watermelon

📋 copy color: '#F5545F'

red 245 ◦ green 84 ◦ blue 95

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

Shades of Wild Watermelon #F5545F

Tints of Wild Watermelon #F5545F

RGB

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

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

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

R = 57.78%
G = 19.81%
B = 22.41%

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

#F5545F (or 0xF5545F) is known color: Wild Watermelon. HEX triplet: F5, 54 and 5F. RGB value is (245,84,95). Sum of RGB (Red+Green+Blue) = 245+84+95=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5545F is #0AABA0. Grayscale: #858585. Windows color (decimal): -699297 or 6247669. OLE color: 6247669.

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

Color convert

RGB 245 84 95 -
CMYK 0 0.66 0.61 0.04
HSL 355.9º 0.89% 0.65% -
HSV(B) 355.9º 0.66% 0.96% -
XYZ 42.89 26.58 13.7 -
YUV 133.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 245 84 95 0 0.66 0.61 0.04 355.9 0.89 0.65
Hex F5 54 5F 0 42 3D 4 164 59 41
Octal 365 124 137 0 102 75 4 544 131 101
Binary 11110101 1010100 1011111 0 1000010 111101 100 101100100 1011001 1000001

Color Harmonies of #F5545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5545F

Black with #F5545F

Text Example


Text Example

White with #F5545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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