Html Css Color HEX #F7319B Wild Strawberry

📋 copy color: '#F7319B'

red 247 ◦ green 49 ◦ blue 155

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

Shades of Wild Strawberry #F7319B

Tints of Wild Strawberry #F7319B

RGB

 RED value IS 247 (96.88% from 255) = 54.77%

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

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

R = 54.77%
G = 10.86%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7319B (or 0xF7319B) is known color: Wild Strawberry. HEX triplet: F7, 31 and 9B. RGB value is (247,49,155). Sum of RGB (Red+Green+Blue) = 247+49+155=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7319B is #08CE64. Grayscale: #787878. Windows color (decimal): -577125 or 10170871. OLE color: 10170871.

HSL color Cylindrical-coordinate representation of color #F7319B: hue angle of 327.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7319B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 155 -
CMYK 0 0.80 0.37 0.03
HSL 327.88º 0.93% 0.58% -
HSV(B) 327.88º 0.8% 0.97% -
XYZ 45.37 24.34 33.32 -
YUV 120.29 147.6 218.38 -
System Red Green Blue C M Y K H S L
Decimal 247 49 155 0 0.80 0.37 0.03 327.88 0.93 0.58
Hex F7 31 9B 0 50 25 3 148 5D 3A
Octal 367 61 233 0 120 45 3 510 135 72
Binary 11110111 110001 10011011 0 1010000 100101 11 101001000 1011101 111010

Color Harmonies of #F7319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7319B

Black with #F7319B

Text Example


Text Example

White with #F7319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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