#FF4096

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

Shades of Wild Strawberry #FF4096

Tints of Wild Strawberry #FF4096

Color information

#FF4096 (or 0xFF4096) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and 96. RGB value is (255,64,150). Sum of RGB (Red+Green+Blue) = 255+64+150=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4096 is #00BF69. Grayscale: #828282. Windows color (decimal): -49002 or 9847039. OLE color: 9847039.

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

Color convert

RGB25564150-
CMYK00.750.410
HSL332.98º100%62.55%-
HSV(B)332.98º74.9%100%-
XYZ48.5827.1331.53-
YUV130.91138.78216.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 64 (25.39% from 255) = 13.65%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=54.37%
G=13.65%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556415000.750.410332.9810062.55
HexFF409604B29014d643f
Octal377100226011351051514477
Binary111111111000000100101100100101110100101010011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4096; }

 p { color: rgb(255,64,150); }

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

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

 a { background-color: rgb(255,64,150); }

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

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

 span { border-color: rgb(255,64,150); }

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