#F938A3

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

Shades of Wild Strawberry #F938A3

Tints of Wild Strawberry #F938A3

Color information

#F938A3 (or 0xF938A3) is unknown color: approx Wild Strawberry. HEX triplet: F9, 38 and A3. RGB value is (249,56,163). Sum of RGB (Red+Green+Blue) = 249+56+163=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F938A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F938A3 is #06C75C. Grayscale: #7D7D7D. Windows color (decimal): -444253 or 10696953. OLE color: 10696953.

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

Color convert

RGB24956163-
CMYK00.780.350.02
HSL326.74º94.15%59.8%-
HSV(B)326.74º77.51%97.65%-
XYZ47.0925.6137.11-
YUV125.9148.94215.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 56 (22.27% from 255) = 11.97%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=53.21%
G=11.97%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495616300.780.350.02326.7494.1559.8
HexF938A304E2321475e3c
Octal37170243011643250713674
Binary111110011110001010001101001110100011101010001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F938A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F938A3; }

 p { color: rgb(249,56,163); }

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

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

 a { background-color: rgb(249,56,163); }

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

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

 span { border-color: rgb(249,56,163); }

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