Html Css Color HEX #F0319B Wild Strawberry

📋 copy color: '#F0319B'

red 240 ◦ green 49 ◦ blue 155

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

Shades of Wild Strawberry #F0319B

Tints of Wild Strawberry #F0319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 54.05%
G = 11.04%
B = 34.91%

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

#F0319B (or 0xF0319B) is known color: Wild Strawberry. HEX triplet: F0, 31 and 9B. RGB value is (240,49,155). Sum of RGB (Red+Green+Blue) = 240+49+155=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0319B is #0FCE64. Grayscale: #757575. Windows color (decimal): -1035877 or 10170864. OLE color: 10170864.

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

Color convert

RGB 240 49 155 -
CMYK 0 0.80 0.35 0.06
HSL 326.7º 0.86% 0.57% -
HSV(B) 326.7º 0.8% 0.94% -
XYZ 42.95 23.09 33.2 -
YUV 118.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 240 49 155 0 0.80 0.35 0.06 326.7 0.86 0.57
Hex F0 31 9B 0 50 23 6 147 56 39
Octal 360 61 233 0 120 43 6 507 126 71
Binary 11110000 110001 10011011 0 1010000 100011 110 101000111 1010110 111001

Color Harmonies of #F0319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0319B

Black with #F0319B

Text Example


Text Example

White with #F0319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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