#FD5278

Color #FD5278 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FD5278

Tints of Wild Watermelon #FD5278

Color information

#FD5278 (or 0xFD5278) is unknown color: approx Wild Watermelon. HEX triplet: FD, 52 and 78. RGB value is (253,82,120). Sum of RGB (Red+Green+Blue) = 253+82+120=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5278 is #02AD87. Grayscale: #898989. Windows color (decimal): -175496 or 7885565. OLE color: 7885565.

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

Color convert

RGB25382120-
CMYK00.680.530.01
HSL346.67º97.71%65.69%-
HSV(B)346.67º67.59%99.22%-
XYZ46.9228.2720.75-
YUV137.46118.15210.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.60%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=55.60%
G=18.02%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538212000.680.530.01346.6797.7165.69
HexFD527804435115b6242
Octal3751221700104651533142102
Binary111111011010010111100001000100110101110101101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5278; }

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

 H1.HeaderClassName
 {
   color: #FD5278;
 }
 .AnyTagClassName
 {
   color: #FD5278;
 }
</style>
background-color css

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

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

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

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

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

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