#FF338A

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

Shades of Wild Strawberry #FF338A

Tints of Wild Strawberry #FF338A

Color information

#FF338A (or 0xFF338A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 33 and 8A. RGB value is (255,51,138). Sum of RGB (Red+Green+Blue) = 255+51+138=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF338A is #00CC75. Grayscale: #797979. Windows color (decimal): -52342 or 9057279. OLE color: 9057279.

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

Color convert

RGB25551138-
CMYK00.80.460
HSL334.41º100%60%-
HSV(B)334.41º80%100%-
XYZ47.0125.4626.48-
YUV121.91137.09222.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 51 (20.31% from 255) = 11.49%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=57.43%
G=11.49%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555113800.80.460334.4110060
HexFF338A0502E014e643c
Octal37763212012056051614474
Binary11111111110011100010100101000010111001010011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF338A; }

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

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

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

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

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

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

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

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