Html Css Color HEX #F5319F Wild Strawberry

📋 copy color: '#F5319F'

red 245 ◦ green 49 ◦ blue 159

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

Shades of Wild Strawberry #F5319F

Tints of Wild Strawberry #F5319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.1%

R = 54.08%
G = 10.82%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5319F (or 0xF5319F) is known color: Wild Strawberry. HEX triplet: F5, 31 and 9F. RGB value is (245,49,159). Sum of RGB (Red+Green+Blue) = 245+49+159=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5319F is #0ACE60. Grayscale: #777777. Windows color (decimal): -708193 or 10433013. OLE color: 10433013.

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

Color convert

RGB 245 49 159 -
CMYK 0 0.8 0.35 0.04
HSL 326.33º 0.91% 0.58% -
HSV(B) 326.33º 0.8% 0.96% -
XYZ 45.01 24.11 35.08 -
YUV 120.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 245 49 159 0 0.8 0.35 0.04 326.33 0.91 0.58
Hex F5 31 9F 0 50 23 4 146 5B 3A
Octal 365 61 237 0 120 43 4 506 133 72
Binary 11110101 110001 10011111 0 1010000 100011 100 101000110 1011011 111010

Color Harmonies of #F5319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5319F

Black with #F5319F

Text Example


Text Example

White with #F5319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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