Html Css Color HEX #F0349F Wild Strawberry

📋 copy color: '#F0349F'

red 240 ◦ green 52 ◦ blue 159

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

Shades of Wild Strawberry #F0349F

Tints of Wild Strawberry #F0349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 53.22%
G = 11.53%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0349F (or 0xF0349F) is known color: Wild Strawberry. HEX triplet: F0, 34 and 9F. RGB value is (240,52,159). Sum of RGB (Red+Green+Blue) = 240+52+159=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0349F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0349F is #0FCB60. Grayscale: #787878. Windows color (decimal): -1035105 or 10433776. OLE color: 10433776.

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

Color convert

RGB 240 52 159 -
CMYK 0 0.78 0.34 0.06
HSL 325.85º 0.86% 0.57% -
HSV(B) 325.85º 0.78% 0.94% -
XYZ 43.42 23.48 35.05 -
YUV 120.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 240 52 159 0 0.78 0.34 0.06 325.85 0.86 0.57
Hex F0 34 9F 0 4E 22 6 146 56 39
Octal 360 64 237 0 116 42 6 506 126 71
Binary 11110000 110100 10011111 0 1001110 100010 110 101000110 1010110 111001

Color Harmonies of #F0349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0349F

Black with #F0349F

Text Example


Text Example

White with #F0349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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