Html Css Color HEX #FD545D Wild Watermelon

📋 copy color: '#FD545D'

red 253 ◦ green 84 ◦ blue 93

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

Shades of Wild Watermelon #FD545D

Tints of Wild Watermelon #FD545D

RGB

 RED value IS 253 (99.22% from 255) = 58.84%

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 58.84%
G = 19.53%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD545D (or 0xFD545D) is known color: Wild Watermelon. HEX triplet: FD, 54 and 5D. RGB value is (253,84,93). Sum of RGB (Red+Green+Blue) = 253+84+93=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD545D is #02ABA2. Grayscale: #878787. Windows color (decimal): -175011 or 6116605. OLE color: 6116605.

HSL color Cylindrical-coordinate representation of color #FD545D: hue angle of 356.8º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD545D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 84 93 -
CMYK 0 0.67 0.63 0.01
HSL 356.8º 0.98% 0.66% -
HSV(B) 356.8º 0.67% 0.99% -
XYZ 45.65 28.01 13.36 -
YUV 135.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 253 84 93 0 0.67 0.63 0.01 356.8 0.98 0.66
Hex FD 54 5D 0 43 3F 1 165 62 42
Octal 375 124 135 0 103 77 1 545 142 102
Binary 11111101 1010100 1011101 0 1000011 111111 1 101100101 1100010 1000010

Color Harmonies of #FD545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD545D

Black with #FD545D

Text Example


Text Example

White with #FD545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD545D; }

 p { color: rgb(253,84,93); }

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

background-color css

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

 a { background-color: rgb(253,84,93); }

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

border-color css

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

 span { border-color: rgb(253,84,93); }

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