#F83CA8

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

Shades of Wild Strawberry #F83CA8

Tints of Wild Strawberry #F83CA8

Color information

#F83CA8 (or 0xF83CA8) is unknown color: approx Wild Strawberry. HEX triplet: F8, 3C and A8. RGB value is (248,60,168). Sum of RGB (Red+Green+Blue) = 248+60+168=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CA8 is #07C357. Grayscale: #808080. Windows color (decimal): -508760 or 11025656. OLE color: 11025656.

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

Color convert

RGB24860168-
CMYK00.760.320.03
HSL325.53º93.07%60.39%-
HSV(B)325.53º75.81%97.25%-
XYZ47.426.0239.57-
YUV128.52150.28213.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 60 (23.83% from 255) = 12.61%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=52.10%
G=12.61%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486016800.760.320.03325.5393.0760.39
HexF83CA804C2031465d3c
Octal37074250011440350613574
Binary111110001111001010100001001100100000111010001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83CA8; }

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

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

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

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

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

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

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

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