#FF4B76

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

Shades of Wild Watermelon #FF4B76

Tints of Wild Watermelon #FF4B76

Color information

#FF4B76 (or 0xFF4B76) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4B and 76. RGB value is (255,75,118). Sum of RGB (Red+Green+Blue) = 255+75+118=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B76 is #00B489. Grayscale: #858585. Windows color (decimal): -46218 or 7752703. OLE color: 7752703.

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

Color convert

RGB25575118-
CMYK00.710.540
HSL345.67º100%64.71%-
HSV(B)345.67º70.59%100%-
XYZ47.0327.619.99-
YUV133.72119.13214.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=56.92%
G=16.74%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557511800.710.540345.6710064.71
HexFF4B7604736015a6441
Octal3771131660107660532144101
Binary111111111001011111011001000111110110010101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4B76; }

 p { color: rgb(255,75,118); }

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

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

 a { background-color: rgb(255,75,118); }

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

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

 span { border-color: rgb(255,75,118); }

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