Html Css Color HEX #F7318F Wild Strawberry

📋 copy color: '#F7318F'

red 247 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #F7318F

Tints of Wild Strawberry #F7318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 56.26%
G = 11.16%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7318F (or 0xF7318F) is known color: Wild Strawberry. HEX triplet: F7, 31 and 8F. RGB value is (247,49,143). Sum of RGB (Red+Green+Blue) = 247+49+143=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7318F is #08CE70. Grayscale: #767676. Windows color (decimal): -577137 or 9384439. OLE color: 9384439.

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

Color convert

RGB 247 49 143 -
CMYK 0 0.80 0.42 0.03
HSL 331.52º 0.93% 0.58% -
HSV(B) 331.52º 0.8% 0.97% -
XYZ 44.41 23.95 28.27 -
YUV 118.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 247 49 143 0 0.80 0.42 0.03 331.52 0.93 0.58
Hex F7 31 8F 0 50 2A 3 14C 5D 3A
Octal 367 61 217 0 120 52 3 514 135 72
Binary 11110111 110001 10001111 0 1010000 101010 11 101001100 1011101 111010

Color Harmonies of #F7318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7318F

Black with #F7318F

Text Example


Text Example

White with #F7318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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