#FF4399

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

Shades of Wild Strawberry #FF4399

Tints of Wild Strawberry #FF4399

Color information

#FF4399 (or 0xFF4399) is unknown color: approx Wild Strawberry. HEX triplet: FF, 43 and 99. RGB value is (255,67,153). Sum of RGB (Red+Green+Blue) = 255+67+153=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4399 is #00BC66. Grayscale: #848484. Windows color (decimal): -48231 or 10044415. OLE color: 10044415.

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

Color convert

RGB25567153-
CMYK00.740.40
HSL332.55º100%63.14%-
HSV(B)332.55º73.73%100%-
XYZ4927.5732.88-
YUV133.02139.28215.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 67 (26.56% from 255) = 14.11%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=53.68%
G=14.11%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556715300.740.40332.5510063.14
HexFF439904A28014d643f
Octal377103231011250051514477
Binary111111111000011100110010100101010100001010011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4399; }

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

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

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

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

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

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

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

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