#FF449E

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

Shades of Wild Strawberry #FF449E

Tints of Wild Strawberry #FF449E

Color information

#FF449E (or 0xFF449E) is unknown color: approx Wild Strawberry. HEX triplet: FF, 44 and 9E. RGB value is (255,68,158). Sum of RGB (Red+Green+Blue) = 255+68+158=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449E is #00BB61. Grayscale: #868686. Windows color (decimal): -47970 or 10372351. OLE color: 10372351.

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

Color convert

RGB25568158-
CMYK00.730.380
HSL331.12º100%63.33%-
HSV(B)331.12º73.33%100%-
XYZ49.4827.8635.12-
YUV134.17141.45214.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 68 (26.95% from 255) = 14.14%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=53.01%
G=14.14%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556815800.730.380331.1210063.33
HexFF449E04926014b643f
Octal377104236011146051314477
Binary111111111000100100111100100100110011001010010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF449E; }

 p { color: rgb(255,68,158); }

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

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

 a { background-color: rgb(255,68,158); }

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

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

 span { border-color: rgb(255,68,158); }

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