#FF449A

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

Shades of Wild Strawberry #FF449A

Tints of Wild Strawberry #FF449A

Color information

#FF449A (or 0xFF449A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 44 and 9A. RGB value is (255,68,154). Sum of RGB (Red+Green+Blue) = 255+68+154=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449A is #00BB65. Grayscale: #858585. Windows color (decimal): -47974 or 10110207. OLE color: 10110207.

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

Color convert

RGB25568154-
CMYK00.730.400
HSL332.41º100%63.33%-
HSV(B)332.41º73.33%100%-
XYZ49.1427.7333.33-
YUV133.72139.45214.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 68 (26.95% from 255) = 14.26%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=53.46%
G=14.26%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556815400.730.400332.4110063.33
HexFF449A04928014c643f
Octal377104232011150051414477
Binary111111111000100100110100100100110100001010011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF449A; }

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

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

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

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

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

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

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

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