#F939A5

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

Shades of Wild Strawberry #F939A5

Tints of Wild Strawberry #F939A5

Color information

#F939A5 (or 0xF939A5) is unknown color: approx Wild Strawberry. HEX triplet: F9, 39 and A5. RGB value is (249,57,165). Sum of RGB (Red+Green+Blue) = 249+57+165=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F939A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F939A5 is #06C65A. Grayscale: #7E7E7E. Windows color (decimal): -443995 or 10828281. OLE color: 10828281.

HSL color Cylindrical-coordinate representation of color #F939A5: hue angle of 326.25º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F939A5 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB24957165-
CMYK00.770.340.02
HSL326.25º94.12%60%-
HSV(B)326.25º77.11%97.65%-
XYZ47.3225.7838.08-
YUV126.72149.61215.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 57 (22.66% from 255) = 12.10%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=52.87%
G=12.10%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495716500.770.340.02326.2594.1260
HexF939A504D2221465e3c
Octal37171245011542250613674
Binary111110011110011010010101001101100010101010001101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F939A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F939A5; }

 p { color: rgb(249,57,165); }

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

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

 a { background-color: rgb(249,57,165); }

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

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

 span { border-color: rgb(249,57,165); }

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