#FF4097

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

Shades of Wild Strawberry #FF4097

Tints of Wild Strawberry #FF4097

Color information

#FF4097 (or 0xFF4097) is unknown color: approx Wild Strawberry. HEX triplet: FF, 40 and 97. RGB value is (255,64,151). Sum of RGB (Red+Green+Blue) = 255+64+151=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4097 is #00BF68. Grayscale: #828282. Windows color (decimal): -49001 or 9912575. OLE color: 9912575.

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

Color convert

RGB25564151-
CMYK00.750.410
HSL332.67º100%62.55%-
HSV(B)332.67º74.9%100%-
XYZ48.6627.1631.96-
YUV131.03139.28216.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 64 (25.39% from 255) = 13.62%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=54.26%
G=13.62%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556415100.750.410332.6710062.55
HexFF409704B29014d643f
Octal377100227011351051514477
Binary111111111000000100101110100101110100101010011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4097; }

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

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

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

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

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

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

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

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