Html Css Color HEX #F73092 Wild Strawberry

📋 copy color: '#F73092'

red 247 ◦ green 48 ◦ blue 146

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

Shades of Wild Strawberry #F73092

Tints of Wild Strawberry #F73092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 56.01%
G = 10.88%
B = 33.11%

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

#F73092 (or 0xF73092) is known color: Wild Strawberry. HEX triplet: F7, 30 and 92. RGB value is (247,48,146). Sum of RGB (Red+Green+Blue) = 247+48+146=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F73092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73092 is #08CF6D. Grayscale: #767676. Windows color (decimal): -577390 or 9580791. OLE color: 9580791.

HSL color Cylindrical-coordinate representation of color #F73092: hue angle of 330.45º 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 #F73092 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 146 -
CMYK 0 0.81 0.41 0.03
HSL 330.45º 0.93% 0.58% -
HSV(B) 330.45º 0.81% 0.97% -
XYZ 44.6 23.96 29.47 -
YUV 118.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 247 48 146 0 0.81 0.41 0.03 330.45 0.93 0.58
Hex F7 30 92 0 51 29 3 14A 5D 3A
Octal 367 60 222 0 121 51 3 512 135 72
Binary 11110111 110000 10010010 0 1010001 101001 11 101001010 1011101 111010

Color Harmonies of #F73092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73092

Black with #F73092

Text Example


Text Example

White with #F73092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73092; }

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

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

background-color css

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

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

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

border-color css

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

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

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