Html Css Color HEX #F0349D Wild Strawberry

📋 copy color: '#F0349D'

red 240 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #F0349D

Tints of Wild Strawberry #F0349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 53.45%
G = 11.58%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0349D (or 0xF0349D) is known color: Wild Strawberry. HEX triplet: F0, 34 and 9D. RGB value is (240,52,157). Sum of RGB (Red+Green+Blue) = 240+52+157=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0349D is #0FCB62. Grayscale: #777777. Windows color (decimal): -1035107 or 10302704. OLE color: 10302704.

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

Color convert

RGB 240 52 157 -
CMYK 0 0.78 0.35 0.06
HSL 326.49º 0.86% 0.57% -
HSV(B) 326.49º 0.78% 0.94% -
XYZ 43.25 23.42 34.14 -
YUV 120.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 240 52 157 0 0.78 0.35 0.06 326.49 0.86 0.57
Hex F0 34 9D 0 4E 23 6 146 56 39
Octal 360 64 235 0 116 43 6 506 126 71
Binary 11110000 110100 10011101 0 1001110 100011 110 101000110 1010110 111001

Color Harmonies of #F0349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0349D

Black with #F0349D

Text Example


Text Example

White with #F0349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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