Html Css Color HEX #FD5A78 Wild Watermelon

📋 copy color: '#FD5A78'

red 253 ◦ green 90 ◦ blue 120

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

Shades of Wild Watermelon #FD5A78

Tints of Wild Watermelon #FD5A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 54.64%
G = 19.44%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD5A78 (or 0xFD5A78) is known color: Wild Watermelon. HEX triplet: FD, 5A and 78. RGB value is (253,90,120). Sum of RGB (Red+Green+Blue) = 253+90+120=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A78 is #02A587. Grayscale: #8E8E8E. Windows color (decimal): -173448 or 7887613. OLE color: 7887613.

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

Color convert

RGB 253 90 120 -
CMYK 0 0.64 0.53 0.01
HSL 348.96º 0.98% 0.67% -
HSV(B) 348.96º 0.64% 0.99% -
XYZ 47.55 29.55 20.97 -
YUV 142.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 253 90 120 0 0.64 0.53 0.01 348.96 0.98 0.67
Hex FD 5A 78 0 40 35 1 15D 62 43
Octal 375 132 170 0 100 65 1 535 142 103
Binary 11111101 1011010 1111000 0 1000000 110101 1 101011101 1100010 1000011

Color Harmonies of #FD5A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A78

Black with #FD5A78

Text Example


Text Example

White with #FD5A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A78; }

 p { color: rgb(253,90,120); }

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

background-color css

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

 a { background-color: rgb(253,90,120); }

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

border-color css

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

 span { border-color: rgb(253,90,120); }

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