#F938A5

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

Shades of Wild Strawberry #F938A5

Tints of Wild Strawberry #F938A5

Color information

#F938A5 (or 0xF938A5) is unknown color: approx Wild Strawberry. HEX triplet: F9, 38 and A5. RGB value is (249,56,165). Sum of RGB (Red+Green+Blue) = 249+56+165=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F938A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F938A5 is #06C75A. Grayscale: #7D7D7D. Windows color (decimal): -444251 or 10828025. OLE color: 10828025.

HSL color Cylindrical-coordinate representation of color #F938A5: hue angle of 326.11º 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 #F938A5 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB24956165-
CMYK00.780.340.02
HSL326.11º94.15%59.8%-
HSV(B)326.11º77.51%97.65%-
XYZ47.2725.6838.06-
YUV126.13149.94215.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.98%
GREEN value IS 56 (22.27% from 255) = 11.91%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=52.98%
G=11.91%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495616500.780.340.02326.1194.1559.8
HexF938A504E2221465e3c
Octal37170245011642250613674
Binary111110011110001010010101001110100010101010001101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F938A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F938A5; }

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

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

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

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

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

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

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

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