#F83F9F

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

Shades of Wild Strawberry #F83F9F

Tints of Wild Strawberry #F83F9F

Color information

#F83F9F (or 0xF83F9F) is unknown color: approx Wild Strawberry. HEX triplet: F8, 3F and 9F. RGB value is (248,63,159). Sum of RGB (Red+Green+Blue) = 248+63+159=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83F9F is #07C060. Grayscale: #818181. Windows color (decimal): -508001 or 10436600. OLE color: 10436600.

HSL color Cylindrical-coordinate representation of color #F83F9F: hue angle of 328.86º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F9F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB24863159-
CMYK00.750.360.03
HSL328.86º92.96%60.98%-
HSV(B)328.86º74.6%97.25%-
XYZ46.7526.0135.36-
YUV129.26144.79212.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.77%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=52.77%
G=13.40%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486315900.750.360.03328.8692.9660.98
HexF83F9F04B2431495d3d
Octal37077237011344351113575
Binary111110001111111001111101001011100100111010010011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83F9F; }

 p { color: rgb(248,63,159); }

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

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

 a { background-color: rgb(248,63,159); }

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

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

 span { border-color: rgb(248,63,159); }

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