#F83892

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

Shades of Wild Strawberry #F83892

Tints of Wild Strawberry #F83892

Color information

#F83892 (or 0xF83892) is unknown color: approx Wild Strawberry. HEX triplet: F8, 38 and 92. RGB value is (248,56,146). Sum of RGB (Red+Green+Blue) = 248+56+146=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F83892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83892 is #07C76D. Grayscale: #7B7B7B. Windows color (decimal): -509806 or 9582840. OLE color: 9582840.

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

Color convert

RGB24856146-
CMYK00.770.410.03
HSL331.88º93.2%59.61%-
HSV(B)331.88º77.42%97.25%-
XYZ45.3124.8629.6-
YUV123.67140.61216.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 56 (22.27% from 255) = 12.44%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=55.11%
G=12.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485614600.770.410.03331.8893.259.61
HexF8389204D29314c5d3c
Octal37070222011551351413574
Binary111110001110001001001001001101101001111010011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83892; }

 p { color: rgb(248,56,146); }

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

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

 a { background-color: rgb(248,56,146); }

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

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

 span { border-color: rgb(248,56,146); }

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