#ff4c75

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

Shades of Wild Watermelon #FF4C75

Tints of Wild Watermelon #FF4C75

Color information

#FF4C75 (or 0xFF4C75) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4C and 75. RGB value is (255,76,117). Sum of RGB (Red+Green+Blue) = 255+76+117=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C75 is #00B38A. Grayscale: #868686. Windows color (decimal): -45963 or 7687423. OLE color: 7687423.

HSL color Cylindrical-coordinate representation of color #FF4C75: hue angle of 346.26º 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 #FF4C75 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB25576117-
CMYK00.700.540
HSL346.26º100%64.9%-
HSV(B)346.26º70.2%100%-
XYZ47.0427.7119.7-
YUV134.2118.3214.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=56.92%
G=16.96%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557611700.700.540346.2610064.9
HexFF4C7504636015a6441
Octal3771141650106660532144101
Binary111111111001100111010101000110110110010101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4c75; }

 p { color: rgb(255,76,117); }

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

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

 a { background-color: rgb(255,76,117); }

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

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

 span { border-color: rgb(255,76,117); }

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