Html Css Color HEX #F13291 Wild Strawberry

📋 copy color: '#F13291'

red 241 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #F13291

Tints of Wild Strawberry #F13291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.47%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 55.28%
G = 11.47%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F13291 (or 0xF13291) is known color: Wild Strawberry. HEX triplet: F1, 32 and 91. RGB value is (241,50,145). Sum of RGB (Red+Green+Blue) = 241+50+145=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F13291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13291 is #0ECD6E. Grayscale: #757575. Windows color (decimal): -970095 or 9515761. OLE color: 9515761.

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

Color convert

RGB 241 50 145 -
CMYK 0 0.79 0.40 0.05
HSL 330.16º 0.87% 0.57% -
HSV(B) 330.16º 0.79% 0.95% -
XYZ 42.53 23.03 28.99 -
YUV 117.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 241 50 145 0 0.79 0.40 0.05 330.16 0.87 0.57
Hex F1 32 91 0 4F 28 5 14A 57 39
Octal 361 62 221 0 117 50 5 512 127 71
Binary 11110001 110010 10010001 0 1001111 101000 101 101001010 1010111 111001

Color Harmonies of #F13291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13291

Black with #F13291

Text Example


Text Example

White with #F13291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13291; }

 p { color: rgb(241,50,145); }

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

background-color css

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

 a { background-color: rgb(241,50,145); }

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

border-color css

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

 span { border-color: rgb(241,50,145); }

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