Html Css Color HEX #F13188 Wild Strawberry

📋 copy color: '#F13188'

red 241 ◦ green 49 ◦ blue 136

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

Shades of Wild Strawberry #F13188

Tints of Wild Strawberry #F13188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 56.57%
G = 11.5%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F13188 (or 0xF13188) is known color: Wild Strawberry. HEX triplet: F1, 31 and 88. RGB value is (241,49,136). Sum of RGB (Red+Green+Blue) = 241+49+136=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F13188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13188 is #0ECE77. Grayscale: #747474. Windows color (decimal): -970360 or 8925681. OLE color: 8925681.

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

Color convert

RGB 241 49 136 -
CMYK 0 0.80 0.44 0.05
HSL 332.81º 0.87% 0.57% -
HSV(B) 332.81º 0.8% 0.95% -
XYZ 41.82 22.67 25.47 -
YUV 116.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 241 49 136 0 0.80 0.44 0.05 332.81 0.87 0.57
Hex F1 31 88 0 50 2C 5 14D 57 39
Octal 361 61 210 0 120 54 5 515 127 71
Binary 11110001 110001 10001000 0 1010000 101100 101 101001101 1010111 111001

Color Harmonies of #F13188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13188

Black with #F13188

Text Example


Text Example

White with #F13188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13188; }

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

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

background-color css

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

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

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

border-color css

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

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

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