Html Css Color HEX #F8318A Wild Strawberry

📋 copy color: '#F8318A'

red 248 ◦ green 49 ◦ blue 138

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

Shades of Wild Strawberry #F8318A

Tints of Wild Strawberry #F8318A

RGB

 RED value IS 248 (97.27% from 255) = 57.01%

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

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 57.01%
G = 11.26%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8318A (or 0xF8318A) is known color: Wild Strawberry. HEX triplet: F8, 31 and 8A. RGB value is (248,49,138). Sum of RGB (Red+Green+Blue) = 248+49+138=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8318A is #07CE75. Grayscale: #767676. Windows color (decimal): -511606 or 9056760. OLE color: 9056760.

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

Color convert

RGB 248 49 138 -
CMYK 0 0.80 0.44 0.03
HSL 333.17º 0.93% 0.58% -
HSV(B) 333.17º 0.8% 0.97% -
XYZ 44.4 23.99 26.33 -
YUV 118.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 248 49 138 0 0.80 0.44 0.03 333.17 0.93 0.58
Hex F8 31 8A 0 50 2C 3 14D 5D 3A
Octal 370 61 212 0 120 54 3 515 135 72
Binary 11111000 110001 10001010 0 1010000 101100 11 101001101 1011101 111010

Color Harmonies of #F8318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8318A

Black with #F8318A

Text Example


Text Example

White with #F8318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8318A; }

 p { color: rgb(248,49,138); }

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

background-color css

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

 a { background-color: rgb(248,49,138); }

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

border-color css

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

 span { border-color: rgb(248,49,138); }

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