#FF3697

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

Shades of Wild Strawberry #FF3697

Tints of Wild Strawberry #FF3697

Color information

#FF3697 (or 0xFF3697) is unknown color: approx Wild Strawberry. HEX triplet: FF, 36 and 97. RGB value is (255,54,151). Sum of RGB (Red+Green+Blue) = 255+54+151=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3697 is #00C968. Grayscale: #7C7C7C. Windows color (decimal): -51561 or 9910015. OLE color: 9910015.

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

Color convert

RGB25554151-
CMYK00.790.410
HSL331.04º100%60.59%-
HSV(B)331.04º78.82%100%-
XYZ48.1526.1331.78-
YUV125.16142.59220.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=55.43%
G=11.74%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555415100.790.410331.0410060.59
HexFF369704F29014b643d
Octal37766227011751051314475
Binary11111111110110100101110100111110100101010010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3697; }

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

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

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

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

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

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

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

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