#FF4D66

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

Shades of Wild Watermelon #FF4D66

Tints of Wild Watermelon #FF4D66

Color information

#FF4D66 (or 0xFF4D66) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4D and 66. RGB value is (255,77,102). Sum of RGB (Red+Green+Blue) = 255+77+102=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D66 is #00B299. Grayscale: #858585. Windows color (decimal): -45722 or 6704639. OLE color: 6704639.

HSL color Cylindrical-coordinate representation of color #FF4D66: hue angle of 351.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D66 is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB25577102-
CMYK00.700.60
HSL351.57º100%65.1%-
HSV(B)351.57º69.8%100%-
XYZ46.2927.5315.44-
YUV133.07110.47214.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.76%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=58.76%
G=17.74%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557710200.700.60351.5710065.1
HexFF4D660463C01606441
Octal3771151460106740540144101
Binary111111111001101110011001000110111100010110000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D66; }

 p { color: rgb(255,77,102); }

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

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

 a { background-color: rgb(255,77,102); }

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

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

 span { border-color: rgb(255,77,102); }

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