Html Css Color HEX #F0328B Wild Strawberry

📋 copy color: '#F0328B'

red 240 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #F0328B

Tints of Wild Strawberry #F0328B

RGB

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

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

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

R = 55.94%
G = 11.66%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0328B (or 0xF0328B) is known color: Wild Strawberry. HEX triplet: F0, 32 and 8B. RGB value is (240,50,139). Sum of RGB (Red+Green+Blue) = 240+50+139=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0328B is #0FCD74. Grayscale: #747474. Windows color (decimal): -1035637 or 9122544. OLE color: 9122544.

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

Color convert

RGB 240 50 139 -
CMYK 0 0.79 0.42 0.06
HSL 331.89º 0.86% 0.57% -
HSV(B) 331.89º 0.79% 0.94% -
XYZ 41.74 22.67 26.6 -
YUV 116.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 240 50 139 0 0.79 0.42 0.06 331.89 0.86 0.57
Hex F0 32 8B 0 4F 2A 6 14C 56 39
Octal 360 62 213 0 117 52 6 514 126 71
Binary 11110000 110010 10001011 0 1001111 101010 110 101001100 1010110 111001

Color Harmonies of #F0328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0328B

Black with #F0328B

Text Example


Text Example

White with #F0328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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