Html Css Color HEX #F13490 Wild Strawberry

📋 copy color: '#F13490'

red 241 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #F13490

Tints of Wild Strawberry #F13490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.9%

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

R = 55.15%
G = 11.9%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F13490 (or 0xF13490) is known color: Wild Strawberry. HEX triplet: F1, 34 and 90. RGB value is (241,52,144). Sum of RGB (Red+Green+Blue) = 241+52+144=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F13490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13490 is #0ECB6F. Grayscale: #767676. Windows color (decimal): -969584 or 9450737. OLE color: 9450737.

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

Color convert

RGB 241 52 144 -
CMYK 0 0.78 0.40 0.05
HSL 330.79º 0.87% 0.57% -
HSV(B) 330.79º 0.78% 0.95% -
XYZ 42.54 23.17 28.62 -
YUV 119 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 241 52 144 0 0.78 0.40 0.05 330.79 0.87 0.57
Hex F1 34 90 0 4E 28 5 14B 57 39
Octal 361 64 220 0 116 50 5 513 127 71
Binary 11110001 110100 10010000 0 1001110 101000 101 101001011 1010111 111001

Color Harmonies of #F13490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13490

Black with #F13490

Text Example


Text Example

White with #F13490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13490; }

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

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

background-color css

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

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

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

border-color css

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

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

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