Html Css Color HEX #F73091 Wild Strawberry

📋 copy color: '#F73091'

red 247 ◦ green 48 ◦ blue 145

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

Shades of Wild Strawberry #F73091

Tints of Wild Strawberry #F73091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 56.14%
G = 10.91%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F73091 (or 0xF73091) is known color: Wild Strawberry. HEX triplet: F7, 30 and 91. RGB value is (247,48,145). Sum of RGB (Red+Green+Blue) = 247+48+145=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F73091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73091 is #08CF6E. Grayscale: #767676. Windows color (decimal): -577391 or 9515255. OLE color: 9515255.

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

Color convert

RGB 247 48 145 -
CMYK 0 0.81 0.41 0.03
HSL 330.75º 0.93% 0.58% -
HSV(B) 330.75º 0.81% 0.97% -
XYZ 44.53 23.93 29.06 -
YUV 118.56 142.93 219.61 -
System Red Green Blue C M Y K H S L
Decimal 247 48 145 0 0.81 0.41 0.03 330.75 0.93 0.58
Hex F7 30 91 0 51 29 3 14B 5D 3A
Octal 367 60 221 0 121 51 3 513 135 72
Binary 11110111 110000 10010001 0 1010001 101001 11 101001011 1011101 111010

Color Harmonies of #F73091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73091

Black with #F73091

Text Example


Text Example

White with #F73091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73091; }

 p { color: rgb(247,48,145); }

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

background-color css

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

 a { background-color: rgb(247,48,145); }

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

border-color css

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

 span { border-color: rgb(247,48,145); }

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