Html Css Color HEX #F0319D Wild Strawberry

📋 copy color: '#F0319D'

red 240 ◦ green 49 ◦ blue 157

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

Shades of Wild Strawberry #F0319D

Tints of Wild Strawberry #F0319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 53.81%
G = 10.99%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0319D (or 0xF0319D) is known color: Wild Strawberry. HEX triplet: F0, 31 and 9D. RGB value is (240,49,157). Sum of RGB (Red+Green+Blue) = 240+49+157=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0319D is #0FCE62. Grayscale: #767676. Windows color (decimal): -1035875 or 10301936. OLE color: 10301936.

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

Color convert

RGB 240 49 157 -
CMYK 0 0.80 0.35 0.06
HSL 326.07º 0.86% 0.57% -
HSV(B) 326.07º 0.8% 0.94% -
XYZ 43.12 23.16 34.1 -
YUV 118.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 240 49 157 0 0.80 0.35 0.06 326.07 0.86 0.57
Hex F0 31 9D 0 50 23 6 146 56 39
Octal 360 61 235 0 120 43 6 506 126 71
Binary 11110000 110001 10011101 0 1010000 100011 110 101000110 1010110 111001

Color Harmonies of #F0319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0319D

Black with #F0319D

Text Example


Text Example

White with #F0319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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