Html Css Color HEX #F13690 Wild Strawberry

📋 copy color: '#F13690'

red 241 ◦ green 54 ◦ blue 144

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

Shades of Wild Strawberry #F13690

Tints of Wild Strawberry #F13690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.3%

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

R = 54.9%
G = 12.3%
B = 32.8%

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

#F13690 (or 0xF13690) is known color: Wild Strawberry. HEX triplet: F1, 36 and 90. RGB value is (241,54,144). Sum of RGB (Red+Green+Blue) = 241+54+144=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F13690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13690 is #0EC96F. Grayscale: #787878. Windows color (decimal): -969072 or 9451249. OLE color: 9451249.

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

Color convert

RGB 241 54 144 -
CMYK 0 0.78 0.40 0.05
HSL 331.12º 0.87% 0.58% -
HSV(B) 331.12º 0.78% 0.95% -
XYZ 42.63 23.35 28.65 -
YUV 120.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 241 54 144 0 0.78 0.40 0.05 331.12 0.87 0.58
Hex F1 36 90 0 4E 28 5 14B 57 3A
Octal 361 66 220 0 116 50 5 513 127 72
Binary 11110001 110110 10010000 0 1001110 101000 101 101001011 1010111 111010

Color Harmonies of #F13690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13690

Black with #F13690

Text Example


Text Example

White with #F13690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13690; }

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

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

background-color css

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

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

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

border-color css

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

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

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