Html Css Color HEX #F73392 Wild Strawberry

📋 copy color: '#F73392'

red 247 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #F73392

Tints of Wild Strawberry #F73392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

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

R = 55.63%
G = 11.49%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F73392 (or 0xF73392) is known color: Wild Strawberry. HEX triplet: F7, 33 and 92. RGB value is (247,51,146). Sum of RGB (Red+Green+Blue) = 247+51+146=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F73392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73392 is #08CC6D. Grayscale: #787878. Windows color (decimal): -576622 or 9581559. OLE color: 9581559.

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

Color convert

RGB 247 51 146 -
CMYK 0 0.79 0.41 0.03
HSL 330.92º 0.92% 0.58% -
HSV(B) 330.92º 0.79% 0.97% -
XYZ 44.73 24.22 29.51 -
YUV 120.43 142.43 218.28 -
System Red Green Blue C M Y K H S L
Decimal 247 51 146 0 0.79 0.41 0.03 330.92 0.92 0.58
Hex F7 33 92 0 4F 29 3 14B 5C 3A
Octal 367 63 222 0 117 51 3 513 134 72
Binary 11110111 110011 10010010 0 1001111 101001 11 101001011 1011100 111010

Color Harmonies of #F73392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73392

Black with #F73392

Text Example


Text Example

White with #F73392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73392; }

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

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

background-color css

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

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

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

border-color css

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

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

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