Html Css Color HEX #F13790 Wild Strawberry

📋 copy color: '#F13790'

red 241 ◦ green 55 ◦ blue 144

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

Shades of Wild Strawberry #F13790

Tints of Wild Strawberry #F13790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.5%

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

R = 54.77%
G = 12.5%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F13790 (or 0xF13790) is known color: Wild Strawberry. HEX triplet: F1, 37 and 90. RGB value is (241,55,144). Sum of RGB (Red+Green+Blue) = 241+55+144=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F13790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13790 is #0EC86F. Grayscale: #787878. Windows color (decimal): -968816 or 9451505. OLE color: 9451505.

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

Color convert

RGB 241 55 144 -
CMYK 0 0.77 0.40 0.05
HSL 331.29º 0.87% 0.58% -
HSV(B) 331.29º 0.77% 0.95% -
XYZ 42.68 23.45 28.66 -
YUV 120.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 241 55 144 0 0.77 0.40 0.05 331.29 0.87 0.58
Hex F1 37 90 0 4D 28 5 14B 57 3A
Octal 361 67 220 0 115 50 5 513 127 72
Binary 11110001 110111 10010000 0 1001101 101000 101 101001011 1010111 111010

Color Harmonies of #F13790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13790

Black with #F13790

Text Example


Text Example

White with #F13790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13790; }

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

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

background-color css

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

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

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

border-color css

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

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

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