Html Css Color HEX #F7318D Wild Strawberry

📋 copy color: '#F7318D'

red 247 ◦ green 49 ◦ blue 141

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

Shades of Wild Strawberry #F7318D

Tints of Wild Strawberry #F7318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 56.52%
G = 11.21%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7318D (or 0xF7318D) is known color: Wild Strawberry. HEX triplet: F7, 31 and 8D. RGB value is (247,49,141). Sum of RGB (Red+Green+Blue) = 247+49+141=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7318D is #08CE72. Grayscale: #767676. Windows color (decimal): -577139 or 9253367. OLE color: 9253367.

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

Color convert

RGB 247 49 141 -
CMYK 0 0.80 0.43 0.03
HSL 332.12º 0.93% 0.58% -
HSV(B) 332.12º 0.8% 0.97% -
XYZ 44.26 23.89 27.48 -
YUV 118.69 140.6 219.52 -
System Red Green Blue C M Y K H S L
Decimal 247 49 141 0 0.80 0.43 0.03 332.12 0.93 0.58
Hex F7 31 8D 0 50 2B 3 14C 5D 3A
Octal 367 61 215 0 120 53 3 514 135 72
Binary 11110111 110001 10001101 0 1010000 101011 11 101001100 1011101 111010

Color Harmonies of #F7318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7318D

Black with #F7318D

Text Example


Text Example

White with #F7318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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