Html Css Color HEX #F13290 Wild Strawberry

📋 copy color: '#F13290'

red 241 ◦ green 50 ◦ blue 144

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

Shades of Wild Strawberry #F13290

Tints of Wild Strawberry #F13290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.49%

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

R = 55.4%
G = 11.49%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F13290 (or 0xF13290) is known color: Wild Strawberry. HEX triplet: F1, 32 and 90. RGB value is (241,50,144). Sum of RGB (Red+Green+Blue) = 241+50+144=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F13290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13290 is #0ECD6F. Grayscale: #757575. Windows color (decimal): -970096 or 9450225. OLE color: 9450225.

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

Color convert

RGB 241 50 144 -
CMYK 0 0.79 0.40 0.05
HSL 330.47º 0.87% 0.57% -
HSV(B) 330.47º 0.79% 0.95% -
XYZ 42.45 23 28.59 -
YUV 117.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 241 50 144 0 0.79 0.40 0.05 330.47 0.87 0.57
Hex F1 32 90 0 4F 28 5 14A 57 39
Octal 361 62 220 0 117 50 5 512 127 71
Binary 11110001 110010 10010000 0 1001111 101000 101 101001010 1010111 111001

Color Harmonies of #F13290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13290

Black with #F13290

Text Example


Text Example

White with #F13290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13290; }

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

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

background-color css

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

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

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

border-color css

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

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

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