Html Css Color HEX #F0329F Wild Strawberry

📋 copy color: '#F0329F'

red 240 ◦ green 50 ◦ blue 159

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

Shades of Wild Strawberry #F0329F

Tints of Wild Strawberry #F0329F

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

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

R = 53.45%
G = 11.14%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0329F (or 0xF0329F) is known color: Wild Strawberry. HEX triplet: F0, 32 and 9F. RGB value is (240,50,159). Sum of RGB (Red+Green+Blue) = 240+50+159=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0329F is #0FCD60. Grayscale: #767676. Windows color (decimal): -1035617 or 10433264. OLE color: 10433264.

HSL color Cylindrical-coordinate representation of color #F0329F: hue angle of 325.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0329F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 159 -
CMYK 0 0.79 0.34 0.06
HSL 325.58º 0.86% 0.57% -
HSV(B) 325.58º 0.79% 0.94% -
XYZ 43.33 23.31 35.02 -
YUV 119.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 240 50 159 0 0.79 0.34 0.06 325.58 0.86 0.57
Hex F0 32 9F 0 4F 22 6 146 56 39
Octal 360 62 237 0 117 42 6 506 126 71
Binary 11110000 110010 10011111 0 1001111 100010 110 101000110 1010110 111001

Color Harmonies of #F0329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0329F

Black with #F0329F

Text Example


Text Example

White with #F0329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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