#F83C95

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

Shades of Wild Strawberry #F83C95

Tints of Wild Strawberry #F83C95

Color information

#F83C95 (or 0xF83C95) is unknown color: approx Wild Strawberry. HEX triplet: F8, 3C and 95. RGB value is (248,60,149). Sum of RGB (Red+Green+Blue) = 248+60+149=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83C95 is #07C36A. Grayscale: #7E7E7E. Windows color (decimal): -508779 or 9780472. OLE color: 9780472.

HSL color Cylindrical-coordinate representation of color #F83C95: hue angle of 331.6º 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 #F83C95 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24860149-
CMYK00.760.400.03
HSL331.6º93.07%60.39%-
HSV(B)331.6º75.81%97.25%-
XYZ45.7525.3630.92-
YUV126.36140.78214.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=54.27%
G=13.13%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486014900.760.400.03331.693.0760.39
HexF83C9504C28314c5d3c
Octal37074225011450351413574
Binary111110001111001001010101001100101000111010011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83C95; }

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

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

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

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

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

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

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

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