Html Css Color HEX #F7329F Wild Strawberry

📋 copy color: '#F7329F'

red 247 ◦ green 50 ◦ blue 159

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

Shades of Wild Strawberry #F7329F

Tints of Wild Strawberry #F7329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.96%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 54.17%
G = 10.96%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7329F (or 0xF7329F) is known color: Wild Strawberry. HEX triplet: F7, 32 and 9F. RGB value is (247,50,159). Sum of RGB (Red+Green+Blue) = 247+50+159=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7329F is #08CD60. Grayscale: #797979. Windows color (decimal): -576865 or 10433271. OLE color: 10433271.

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

Color convert

RGB 247 50 159 -
CMYK 0 0.80 0.36 0.03
HSL 326.8º 0.92% 0.58% -
HSV(B) 326.8º 0.8% 0.97% -
XYZ 45.76 24.56 35.13 -
YUV 121.33 149.27 217.64 -
System Red Green Blue C M Y K H S L
Decimal 247 50 159 0 0.80 0.36 0.03 326.8 0.92 0.58
Hex F7 32 9F 0 50 24 3 147 5C 3A
Octal 367 62 237 0 120 44 3 507 134 72
Binary 11110111 110010 10011111 0 1010000 100100 11 101000111 1011100 111010

Color Harmonies of #F7329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7329F

Black with #F7329F

Text Example


Text Example

White with #F7329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7329F; }

 p { color: rgb(247,50,159); }

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

background-color css

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

 a { background-color: rgb(247,50,159); }

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

border-color css

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

 span { border-color: rgb(247,50,159); }

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