Html Css Color HEX #F7319A Wild Strawberry

📋 copy color: '#F7319A'

red 247 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #F7319A

Tints of Wild Strawberry #F7319A

RGB

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

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

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

R = 54.89%
G = 10.89%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F7319A (or 0xF7319A) is known color: Wild Strawberry. HEX triplet: F7, 31 and 9A. RGB value is (247,49,154). Sum of RGB (Red+Green+Blue) = 247+49+154=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F7319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7319A is #08CE65. Grayscale: #777777. Windows color (decimal): -577126 or 10105335. OLE color: 10105335.

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

Color convert

RGB 247 49 154 -
CMYK 0 0.80 0.38 0.03
HSL 328.18º 0.93% 0.58% -
HSV(B) 328.18º 0.8% 0.97% -
XYZ 45.29 24.3 32.88 -
YUV 120.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 247 49 154 0 0.80 0.38 0.03 328.18 0.93 0.58
Hex F7 31 9A 0 50 26 3 148 5D 3A
Octal 367 61 232 0 120 46 3 510 135 72
Binary 11110111 110001 10011010 0 1010000 100110 11 101001000 1011101 111010

Color Harmonies of #F7319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7319A

Black with #F7319A

Text Example


Text Example

White with #F7319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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