Html Css Color HEX #F5329F Wild Strawberry

📋 copy color: '#F5329F'

red 245 ◦ green 50 ◦ blue 159

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

Shades of Wild Strawberry #F5329F

Tints of Wild Strawberry #F5329F

RGB

 RED value IS 245 (96.09% from 255) = 53.96%

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

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

R = 53.96%
G = 11.01%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5329F (or 0xF5329F) is known color: Wild Strawberry. HEX triplet: F5, 32 and 9F. RGB value is (245,50,159). Sum of RGB (Red+Green+Blue) = 245+50+159=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5329F is #0ACD60. Grayscale: #787878. Windows color (decimal): -707937 or 10433269. OLE color: 10433269.

HSL color Cylindrical-coordinate representation of color #F5329F: hue angle of 326.46º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5329F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 50 159 -
CMYK 0 0.80 0.35 0.04
HSL 326.46º 0.91% 0.58% -
HSV(B) 326.46º 0.8% 0.96% -
XYZ 45.05 24.2 35.1 -
YUV 120.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 245 50 159 0 0.80 0.35 0.04 326.46 0.91 0.58
Hex F5 32 9F 0 50 23 4 146 5B 3A
Octal 365 62 237 0 120 43 4 506 133 72
Binary 11110101 110010 10011111 0 1010000 100011 100 101000110 1011011 111010

Color Harmonies of #F5329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5329F

Black with #F5329F

Text Example


Text Example

White with #F5329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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