Html Css Color HEX #F0329A Wild Strawberry

📋 copy color: '#F0329A'

red 240 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #F0329A

Tints of Wild Strawberry #F0329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 54.05%
G = 11.26%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0329A (or 0xF0329A) is known color: Wild Strawberry. HEX triplet: F0, 32 and 9A. RGB value is (240,50,154). Sum of RGB (Red+Green+Blue) = 240+50+154=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0329A is #0FCD65. Grayscale: #767676. Windows color (decimal): -1035622 or 10105584. OLE color: 10105584.

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

Color convert

RGB 240 50 154 -
CMYK 0 0.79 0.36 0.06
HSL 327.16º 0.86% 0.57% -
HSV(B) 327.16º 0.79% 0.94% -
XYZ 42.91 23.14 32.78 -
YUV 118.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 240 50 154 0 0.79 0.36 0.06 327.16 0.86 0.57
Hex F0 32 9A 0 4F 24 6 147 56 39
Octal 360 62 232 0 117 44 6 507 126 71
Binary 11110000 110010 10011010 0 1001111 100100 110 101000111 1010110 111001

Color Harmonies of #F0329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0329A

Black with #F0329A

Text Example


Text Example

White with #F0329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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