#FD626A

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

Shades of Wild Watermelon #FD626A

Tints of Wild Watermelon #FD626A

Color information

#FD626A (or 0xFD626A) is unknown color: approx Wild Watermelon. HEX triplet: FD, 62 and 6A. RGB value is (253,98,106). Sum of RGB (Red+Green+Blue) = 253+98+106=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD626A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD626A is #029D95. Grayscale: #919191. Windows color (decimal): -171414 or 6972157. OLE color: 6972157.

HSL color Cylindrical-coordinate representation of color #FD626A: hue angle of 356.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD626A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25398106-
CMYK00.610.580.01
HSL356.9º97.48%68.82%-
HSV(B)356.9º61.26%99.22%-
XYZ47.4830.6617.05-
YUV145.26105.85204.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=55.36%
G=21.44%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539810600.610.580.01356.997.4868.82
HexFD626A03D3A11656145
Octal375142152075721545141105
Binary11111101110001011010100111101111010110110010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD626A; }

 p { color: rgb(253,98,106); }

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

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

 a { background-color: rgb(253,98,106); }

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

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

 span { border-color: rgb(253,98,106); }

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