Html Css Color HEX #FD5464 Wild Watermelon

📋 copy color: '#FD5464'

red 253 ◦ green 84 ◦ blue 100

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

Shades of Wild Watermelon #FD5464

Tints of Wild Watermelon #FD5464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 57.89%
G = 19.22%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD5464 (or 0xFD5464) is known color: Wild Watermelon. HEX triplet: FD, 54 and 64. RGB value is (253,84,100). Sum of RGB (Red+Green+Blue) = 253+84+100=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5464 is #02AB9B. Grayscale: #888888. Windows color (decimal): -175004 or 6575357. OLE color: 6575357.

HSL color Cylindrical-coordinate representation of color #FD5464: hue angle of 354.32º 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 #FD5464 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 84 100 -
CMYK 0 0.67 0.60 0.01
HSL 354.32º 0.98% 0.66% -
HSV(B) 354.32º 0.67% 0.99% -
XYZ 45.98 28.14 15.07 -
YUV 136.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 253 84 100 0 0.67 0.60 0.01 354.32 0.98 0.66
Hex FD 54 64 0 43 3C 1 162 62 42
Octal 375 124 144 0 103 74 1 542 142 102
Binary 11111101 1010100 1100100 0 1000011 111100 1 101100010 1100010 1000010

Color Harmonies of #FD5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5464

Black with #FD5464

Text Example


Text Example

White with #FD5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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