#F12690

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

Shades of Wild Strawberry #F12690

Tints of Wild Strawberry #F12690

Color information

#F12690 (or 0xF12690) is unknown color: approx Wild Strawberry. HEX triplet: F1, 26 and 90. RGB value is (241,38,144). Sum of RGB (Red+Green+Blue) = 241+38+144=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F12690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12690 is #0ED96F. Grayscale: #6E6E6E. Windows color (decimal): -973168 or 9447153. OLE color: 9447153.

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

Color convert

RGB24138144-
CMYK00.840.400.05
HSL328.67º87.88%54.71%-
HSV(B)328.67º84.23%94.51%-
XYZ4222.128.44-
YUV110.78146.75220.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 38 (15.23% from 255) = 8.98%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=56.97%
G=8.98%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413814400.840.400.05328.6787.8854.71
HexF126900542851495837
Octal36146220012450551113067
Binary1111000110011010010000010101001010001011010010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12690; }

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

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

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

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

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

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

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

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