#FF3398

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

Shades of Wild Strawberry #FF3398

Tints of Wild Strawberry #FF3398

Color information

#FF3398 (or 0xFF3398) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 98. RGB value is (255,51,152). Sum of RGB (Red+Green+Blue) = 255+51+152=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3398 is #00CC67. Grayscale: #7B7B7B. Windows color (decimal): -52328 or 9974783. OLE color: 9974783.

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

Color convert

RGB25551152-
CMYK00.80.400
HSL330.29º100%60%-
HSV(B)330.29º80%100%-
XYZ48.0925.8932.17-
YUV123.51144.09221.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 51 (20.31% from 255) = 11.14%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=55.68%
G=11.14%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555115200.80.400330.2910060
HexFF339805028014a643c
Octal37763230012050051214474
Binary11111111110011100110000101000010100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3398; }

 p { color: rgb(255,51,152); }

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

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

 a { background-color: rgb(255,51,152); }

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

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

 span { border-color: rgb(255,51,152); }

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