#FD5267

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

Shades of Wild Watermelon #FD5267

Tints of Wild Watermelon #FD5267

Color information

#FD5267 (or 0xFD5267) is unknown color: approx Wild Watermelon. HEX triplet: FD, 52 and 67. RGB value is (253,82,103). Sum of RGB (Red+Green+Blue) = 253+82+103=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5267 is #02AD98. Grayscale: #878787. Windows color (decimal): -175513 or 6771453. OLE color: 6771453.

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

Color convert

RGB25382103-
CMYK00.680.590.01
HSL352.63º97.71%65.69%-
HSV(B)352.63º67.59%99.22%-
XYZ45.9727.915.79-
YUV135.52109.65211.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.76%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=57.76%
G=18.72%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538210300.680.590.01352.6397.7165.69
HexFD52670443B11616242
Octal3751221470104731541142102
Binary111111011010010110011101000100111011110110000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5267; }

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

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

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

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

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

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

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

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