#F1268F

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

Shades of Wild Strawberry #F1268F

Tints of Wild Strawberry #F1268F

Color information

#F1268F (or 0xF1268F) is unknown color: approx Wild Strawberry. HEX triplet: F1, 26 and 8F. RGB value is (241,38,143). Sum of RGB (Red+Green+Blue) = 241+38+143=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1268F is #0ED970. Grayscale: #6E6E6E. Windows color (decimal): -973169 or 9381617. OLE color: 9381617.

HSL color Cylindrical-coordinate representation of color #F1268F: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1268F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24138143-
CMYK00.840.410.05
HSL328.97º87.88%54.71%-
HSV(B)328.97º84.23%94.51%-
XYZ41.9322.0728.04-
YUV110.67146.25220.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 38 (15.23% from 255) = 9.00%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=57.11%
G=9.00%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413814300.840.410.05328.9787.8854.71
HexF1268F0542951495837
Octal36146217012451551113067
Binary1111000110011010001111010101001010011011010010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1268F; }

 p { color: rgb(241,38,143); }

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

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

 a { background-color: rgb(241,38,143); }

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

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

 span { border-color: rgb(241,38,143); }

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