#F83C9E

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

Shades of Wild Strawberry #F83C9E

Tints of Wild Strawberry #F83C9E

Color information

#F83C9E (or 0xF83C9E) is unknown color: approx Wild Strawberry. HEX triplet: F8, 3C and 9E. RGB value is (248,60,158). Sum of RGB (Red+Green+Blue) = 248+60+158=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83C9E is #07C361. Grayscale: #7F7F7F. Windows color (decimal): -508770 or 10370296. OLE color: 10370296.

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

Color convert

RGB24860158-
CMYK00.760.360.03
HSL328.72º93.07%60.39%-
HSV(B)328.72º75.81%97.25%-
XYZ46.525.6634.85-
YUV127.38145.28214.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.22%
GREEN value IS 60 (23.83% from 255) = 12.88%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=53.22%
G=12.88%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486015800.760.360.03328.7293.0760.39
HexF83C9E04C2431495d3c
Octal37074236011444351113574
Binary111110001111001001111001001100100100111010010011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83C9E; }

 p { color: rgb(248,60,158); }

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

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

 a { background-color: rgb(248,60,158); }

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

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

 span { border-color: rgb(248,60,158); }

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