#FF309A

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

Shades of Wild Strawberry #FF309A

Tints of Wild Strawberry #FF309A

Color information

#FF309A (or 0xFF309A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 30 and 9A. RGB value is (255,48,154). Sum of RGB (Red+Green+Blue) = 255+48+154=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF309A is #00CF65. Grayscale: #797979. Windows color (decimal): -53094 or 10105087. OLE color: 10105087.

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

Color convert

RGB25548154-
CMYK00.810.400
HSL329.28º100%59.41%-
HSV(B)329.28º81.18%100%-
XYZ48.1325.7133-
YUV121.98146.08222.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 48 (19.14% from 255) = 10.50%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=55.80%
G=10.50%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554815400.810.400329.2810059.41
HexFF309A051280149643b
Octal37760232012150051114473
Binary11111111110000100110100101000110100001010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF309A; }

 p { color: rgb(255,48,154); }

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

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

 a { background-color: rgb(255,48,154); }

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

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

 span { border-color: rgb(255,48,154); }

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