Html Css Color HEX #F13192 Wild Strawberry

📋 copy color: '#F13192'

red 241 ◦ green 49 ◦ blue 146

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

Shades of Wild Strawberry #F13192

Tints of Wild Strawberry #F13192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 55.28%
G = 11.24%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F13192 (or 0xF13192) is known color: Wild Strawberry. HEX triplet: F1, 31 and 92. RGB value is (241,49,146). Sum of RGB (Red+Green+Blue) = 241+49+146=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F13192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13192 is #0ECE6D. Grayscale: #757575. Windows color (decimal): -970350 or 9581041. OLE color: 9581041.

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

Color convert

RGB 241 49 146 -
CMYK 0 0.80 0.39 0.05
HSL 329.69º 0.87% 0.57% -
HSV(B) 329.69º 0.8% 0.95% -
XYZ 42.56 22.97 29.39 -
YUV 117.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 241 49 146 0 0.80 0.39 0.05 329.69 0.87 0.57
Hex F1 31 92 0 50 27 5 14A 57 39
Octal 361 61 222 0 120 47 5 512 127 71
Binary 11110001 110001 10010010 0 1010000 100111 101 101001010 1010111 111001

Color Harmonies of #F13192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13192

Black with #F13192

Text Example


Text Example

White with #F13192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13192; }

 p { color: rgb(241,49,146); }

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

background-color css

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

 a { background-color: rgb(241,49,146); }

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

border-color css

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

 span { border-color: rgb(241,49,146); }

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