Html Css Color HEX #F73696 Wild Strawberry

📋 copy color: '#F73696'

red 247 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #F73696

Tints of Wild Strawberry #F73696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.97%

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 54.77%
G = 11.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F73696 (or 0xF73696) is known color: Wild Strawberry. HEX triplet: F7, 36 and 96. RGB value is (247,54,150). Sum of RGB (Red+Green+Blue) = 247+54+150=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F73696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73696 is #08C969. Grayscale: #7A7A7A. Windows color (decimal): -575850 or 9844471. OLE color: 9844471.

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

Color convert

RGB 247 54 150 -
CMYK 0 0.78 0.39 0.03
HSL 330.16º 0.92% 0.59% -
HSV(B) 330.16º 0.78% 0.97% -
XYZ 45.18 24.61 31.22 -
YUV 122.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 247 54 150 0 0.78 0.39 0.03 330.16 0.92 0.59
Hex F7 36 96 0 4E 27 3 14A 5C 3B
Octal 367 66 226 0 116 47 3 512 134 73
Binary 11110111 110110 10010110 0 1001110 100111 11 101001010 1011100 111011

Color Harmonies of #F73696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73696

Black with #F73696

Text Example


Text Example

White with #F73696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73696; }

 p { color: rgb(247,54,150); }

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

background-color css

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

 a { background-color: rgb(247,54,150); }

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

border-color css

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

 span { border-color: rgb(247,54,150); }

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