Html Css Color HEX #F12889 Wild Strawberry

📋 copy color: '#F12889'

red 241 ◦ green 40 ◦ blue 137

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

Shades of Wild Strawberry #F12889

Tints of Wild Strawberry #F12889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

 BLUE value IS 137 (53.91% from 255) = 32.78%

R = 57.66%
G = 9.57%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F12889 (or 0xF12889) is known color: Wild Strawberry. HEX triplet: F1, 28 and 89. RGB value is (241,40,137). Sum of RGB (Red+Green+Blue) = 241+40+137=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F12889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12889 is #0ED776. Grayscale: #6E6E6E. Windows color (decimal): -972663 or 8988913. OLE color: 8988913.

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

Color convert

RGB 241 40 137 -
CMYK 0 0.83 0.43 0.05
HSL 331.04º 0.88% 0.55% -
HSV(B) 331.04º 0.83% 0.95% -
XYZ 41.55 22.02 25.73 -
YUV 111.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 241 40 137 0 0.83 0.43 0.05 331.04 0.88 0.55
Hex F1 28 89 0 53 2B 5 14B 58 37
Octal 361 50 211 0 123 53 5 513 130 67
Binary 11110001 101000 10001001 0 1010011 101011 101 101001011 1011000 110111

Color Harmonies of #F12889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12889

Black with #F12889

Text Example


Text Example

White with #F12889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12889; }

 p { color: rgb(241,40,137); }

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

background-color css

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

 a { background-color: rgb(241,40,137); }

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

border-color css

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

 span { border-color: rgb(241,40,137); }

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