#FF3699

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

Shades of Wild Strawberry #FF3699

Tints of Wild Strawberry #FF3699

Color information

#FF3699 (or 0xFF3699) is unknown color: approx Wild Strawberry. HEX triplet: FF, 36 and 99. RGB value is (255,54,153). Sum of RGB (Red+Green+Blue) = 255+54+153=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3699 is #00C966. Grayscale: #7D7D7D. Windows color (decimal): -51559 or 10041087. OLE color: 10041087.

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

Color convert

RGB25554153-
CMYK00.790.40
HSL330.45º100%60.59%-
HSV(B)330.45º78.82%100%-
XYZ48.3126.232.65-
YUV125.38143.59220.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 54 (21.48% from 255) = 11.69%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=55.19%
G=11.69%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555415300.790.40330.4510060.59
HexFF369904F28014a643d
Octal37766231011750051214475
Binary11111111110110100110010100111110100001010010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3699; }

 p { color: rgb(255,54,153); }

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

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

 a { background-color: rgb(255,54,153); }

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

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

 span { border-color: rgb(255,54,153); }

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