Html Css Color HEX #F7329D Wild Strawberry

📋 copy color: '#F7329D'

red 247 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #F7329D

Tints of Wild Strawberry #F7329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 54.41%
G = 11.01%
B = 34.58%

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

#F7329D (or 0xF7329D) is known color: Wild Strawberry. HEX triplet: F7, 32 and 9D. RGB value is (247,50,157). Sum of RGB (Red+Green+Blue) = 247+50+157=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7329D is #08CD62. Grayscale: #787878. Windows color (decimal): -576867 or 10302199. OLE color: 10302199.

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

Color convert

RGB 247 50 157 -
CMYK 0 0.80 0.36 0.03
HSL 327.41º 0.92% 0.58% -
HSV(B) 327.41º 0.8% 0.97% -
XYZ 45.58 24.49 34.22 -
YUV 121.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 247 50 157 0 0.80 0.36 0.03 327.41 0.92 0.58
Hex F7 32 9D 0 50 24 3 147 5C 3A
Octal 367 62 235 0 120 44 3 507 134 72
Binary 11110111 110010 10011101 0 1010000 100100 11 101000111 1011100 111010

Color Harmonies of #F7329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7329D

Black with #F7329D

Text Example


Text Example

White with #F7329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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