Html Css Color HEX #F12990 Wild Strawberry

📋 copy color: '#F12990'

red 241 ◦ green 41 ◦ blue 144

#F12990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F12990

Tints of Wild Strawberry #F12990

RGB

 RED value IS 241 (94.53% from 255) = 56.57%

 GREEN value IS 41 (16.41% from 255) = 9.62%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 56.57%
G = 9.62%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F12990 (or 0xF12990) is known color: Wild Strawberry. HEX triplet: F1, 29 and 90. RGB value is (241,41,144). Sum of RGB (Red+Green+Blue) = 241+41+144=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F12990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12990 is #0ED66F. Grayscale: #707070. Windows color (decimal): -972400 or 9447921. OLE color: 9447921.

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

Color convert

RGB 241 41 144 -
CMYK 0 0.83 0.40 0.05
HSL 329.1º 0.88% 0.55% -
HSV(B) 329.1º 0.83% 0.95% -
XYZ 42.1 22.3 28.47 -
YUV 112.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 241 41 144 0 0.83 0.40 0.05 329.1 0.88 0.55
Hex F1 29 90 0 53 28 5 149 58 37
Octal 361 51 220 0 123 50 5 511 130 67
Binary 11110001 101001 10010000 0 1010011 101000 101 101001001 1011000 110111

Color Harmonies of #F12990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12990

Black with #F12990

Text Example


Text Example

White with #F12990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12990; }

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

 H1.HeaderClassName
 {
   color: #F12990;
 }
 .AnyTagClassName
 {
   color: #F12990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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