#FF4499

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

Shades of Wild Strawberry #FF4499

Tints of Wild Strawberry #FF4499

Color information

#FF4499 (or 0xFF4499) is unknown color: approx Wild Strawberry. HEX triplet: FF, 44 and 99. RGB value is (255,68,153). Sum of RGB (Red+Green+Blue) = 255+68+153=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4499 is #00BB66. Grayscale: #858585. Windows color (decimal): -47975 or 10044671. OLE color: 10044671.

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

Color convert

RGB25568153-
CMYK00.730.40
HSL332.73º100%63.33%-
HSV(B)332.73º73.33%100%-
XYZ49.0627.6932.9-
YUV133.6138.95214.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 68 (26.95% from 255) = 14.29%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=53.57%
G=14.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556815300.730.40332.7310063.33
HexFF449904928014d643f
Octal377104231011150051514477
Binary111111111000100100110010100100110100001010011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4499; }

 p { color: rgb(255,68,153); }

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

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

 a { background-color: rgb(255,68,153); }

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

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

 span { border-color: rgb(255,68,153); }

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