Html Css Color HEX #F0319A Wild Strawberry

📋 copy color: '#F0319A'

red 240 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #F0319A

Tints of Wild Strawberry #F0319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 54.18%
G = 11.06%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0319A (or 0xF0319A) is known color: Wild Strawberry. HEX triplet: F0, 31 and 9A. RGB value is (240,49,154). Sum of RGB (Red+Green+Blue) = 240+49+154=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0319A is #0FCE65. Grayscale: #757575. Windows color (decimal): -1035878 or 10105328. OLE color: 10105328.

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

Color convert

RGB 240 49 154 -
CMYK 0 0.80 0.36 0.06
HSL 327.02º 0.86% 0.57% -
HSV(B) 327.02º 0.8% 0.94% -
XYZ 42.87 23.05 32.76 -
YUV 118.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 240 49 154 0 0.80 0.36 0.06 327.02 0.86 0.57
Hex F0 31 9A 0 50 24 6 147 56 39
Octal 360 61 232 0 120 44 6 507 126 71
Binary 11110000 110001 10011010 0 1010000 100100 110 101000111 1010110 111001

Color Harmonies of #F0319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0319A

Black with #F0319A

Text Example


Text Example

White with #F0319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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