Html Css Color HEX #F7328B Wild Strawberry

📋 copy color: '#F7328B'

red 247 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #F7328B

Tints of Wild Strawberry #F7328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 56.65%
G = 11.47%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7328B (or 0xF7328B) is known color: Wild Strawberry. HEX triplet: F7, 32 and 8B. RGB value is (247,50,139). Sum of RGB (Red+Green+Blue) = 247+50+139=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7328B is #08CD74. Grayscale: #767676. Windows color (decimal): -576885 or 9122551. OLE color: 9122551.

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

Color convert

RGB 247 50 139 -
CMYK 0 0.80 0.44 0.03
HSL 332.89º 0.92% 0.58% -
HSV(B) 332.89º 0.8% 0.97% -
XYZ 44.16 23.92 26.72 -
YUV 119.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 247 50 139 0 0.80 0.44 0.03 332.89 0.92 0.58
Hex F7 32 8B 0 50 2C 3 14D 5C 3A
Octal 367 62 213 0 120 54 3 515 134 72
Binary 11110111 110010 10001011 0 1010000 101100 11 101001101 1011100 111010

Color Harmonies of #F7328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7328B

Black with #F7328B

Text Example


Text Example

White with #F7328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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