Html Css Color HEX #F73190 Wild Strawberry

📋 copy color: '#F73190'

red 247 ◦ green 49 ◦ blue 144

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

Shades of Wild Strawberry #F73190

Tints of Wild Strawberry #F73190

RGB

 RED value IS 247 (96.88% from 255) = 56.14%

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

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

R = 56.14%
G = 11.14%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F73190 (or 0xF73190) is known color: Wild Strawberry. HEX triplet: F7, 31 and 90. RGB value is (247,49,144). Sum of RGB (Red+Green+Blue) = 247+49+144=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F73190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73190 is #08CE6F. Grayscale: #767676. Windows color (decimal): -577136 or 9449975. OLE color: 9449975.

HSL color Cylindrical-coordinate representation of color #F73190: hue angle of 331.21º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73190 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 144 -
CMYK 0 0.80 0.42 0.03
HSL 331.21º 0.93% 0.58% -
HSV(B) 331.21º 0.8% 0.97% -
XYZ 44.49 23.98 28.67 -
YUV 119.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 247 49 144 0 0.80 0.42 0.03 331.21 0.93 0.58
Hex F7 31 90 0 50 2A 3 14B 5D 3A
Octal 367 61 220 0 120 52 3 513 135 72
Binary 11110111 110001 10010000 0 1010000 101010 11 101001011 1011101 111010

Color Harmonies of #F73190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73190

Black with #F73190

Text Example


Text Example

White with #F73190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73190; }

 p { color: rgb(247,49,144); }

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

background-color css

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

 a { background-color: rgb(247,49,144); }

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

border-color css

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

 span { border-color: rgb(247,49,144); }

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