Html Css Color HEX #F5329B Wild Strawberry

📋 copy color: '#F5329B'

red 245 ◦ green 50 ◦ blue 155

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

Shades of Wild Strawberry #F5329B

Tints of Wild Strawberry #F5329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.44%

R = 54.44%
G = 11.11%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5329B (or 0xF5329B) is known color: Wild Strawberry. HEX triplet: F5, 32 and 9B. RGB value is (245,50,155). Sum of RGB (Red+Green+Blue) = 245+50+155=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5329B is #0ACD64. Grayscale: #787878. Windows color (decimal): -707941 or 10171125. OLE color: 10171125.

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

Color convert

RGB 245 50 155 -
CMYK 0 0.80 0.37 0.04
HSL 327.69º 0.91% 0.58% -
HSV(B) 327.69º 0.8% 0.96% -
XYZ 44.71 24.06 33.3 -
YUV 120.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 245 50 155 0 0.80 0.37 0.04 327.69 0.91 0.58
Hex F5 32 9B 0 50 25 4 148 5B 3A
Octal 365 62 233 0 120 45 4 510 133 72
Binary 11110101 110010 10011011 0 1010000 100101 100 101001000 1011011 111010

Color Harmonies of #F5329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5329B

Black with #F5329B

Text Example


Text Example

White with #F5329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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