Html Css Color HEX #F73591 Wild Strawberry

📋 copy color: '#F73591'

red 247 ◦ green 53 ◦ blue 145

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

Shades of Wild Strawberry #F73591

Tints of Wild Strawberry #F73591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.91%

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

R = 55.51%
G = 11.91%
B = 32.58%

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

#F73591 (or 0xF73591) is known color: Wild Strawberry. HEX triplet: F7, 35 and 91. RGB value is (247,53,145). Sum of RGB (Red+Green+Blue) = 247+53+145=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F73591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73591 is #08CA6E. Grayscale: #797979. Windows color (decimal): -576111 or 9516535. OLE color: 9516535.

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

Color convert

RGB 247 53 145 -
CMYK 0 0.79 0.41 0.03
HSL 331.55º 0.92% 0.59% -
HSV(B) 331.55º 0.79% 0.97% -
XYZ 44.74 24.36 29.13 -
YUV 121.49 141.27 217.52 -
System Red Green Blue C M Y K H S L
Decimal 247 53 145 0 0.79 0.41 0.03 331.55 0.92 0.59
Hex F7 35 91 0 4F 29 3 14C 5C 3B
Octal 367 65 221 0 117 51 3 514 134 73
Binary 11110111 110101 10010001 0 1001111 101001 11 101001100 1011100 111011

Color Harmonies of #F73591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73591

Black with #F73591

Text Example


Text Example

White with #F73591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73591; }

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

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

background-color css

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

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

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

border-color css

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

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

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