Html Css Color HEX #F5319E Wild Strawberry

📋 copy color: '#F5319E'

red 245 ◦ green 49 ◦ blue 158

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

Shades of Wild Strawberry #F5319E

Tints of Wild Strawberry #F5319E

RGB

 RED value IS 245 (96.09% from 255) = 54.2%

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 54.2%
G = 10.84%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5319E (or 0xF5319E) is known color: Wild Strawberry. HEX triplet: F5, 31 and 9E. RGB value is (245,49,158). Sum of RGB (Red+Green+Blue) = 245+49+158=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5319E is #0ACE61. Grayscale: #777777. Windows color (decimal): -708194 or 10367477. OLE color: 10367477.

HSL color Cylindrical-coordinate representation of color #F5319E: hue angle of 326.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5319E is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 158 -
CMYK 0 0.8 0.36 0.04
HSL 326.63º 0.91% 0.58% -
HSV(B) 326.63º 0.8% 0.96% -
XYZ 44.93 24.08 34.63 -
YUV 120.03 149.43 217.14 -
System Red Green Blue C M Y K H S L
Decimal 245 49 158 0 0.8 0.36 0.04 326.63 0.91 0.58
Hex F5 31 9E 0 50 24 4 147 5B 3A
Octal 365 61 236 0 120 44 4 507 133 72
Binary 11110101 110001 10011110 0 1010000 100100 100 101000111 1011011 111010

Color Harmonies of #F5319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5319E

Black with #F5319E

Text Example


Text Example

White with #F5319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5319E; }

 p { color: rgb(245,49,158); }

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

background-color css

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

 a { background-color: rgb(245,49,158); }

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

border-color css

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

 span { border-color: rgb(245,49,158); }

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