Html Css Color HEX #F8379F Wild Strawberry

📋 copy color: '#F8379F'

red 248 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #F8379F

Tints of Wild Strawberry #F8379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 53.68%
G = 11.9%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8379F (or 0xF8379F) is known color: Wild Strawberry. HEX triplet: F8, 37 and 9F. RGB value is (248,55,159). Sum of RGB (Red+Green+Blue) = 248+55+159=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8379F is #07C860. Grayscale: #7C7C7C. Windows color (decimal): -510049 or 10434552. OLE color: 10434552.

HSL color Cylindrical-coordinate representation of color #F8379F: hue angle of 327.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8379F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 55 159 -
CMYK 0 0.78 0.36 0.03
HSL 327.67º 0.93% 0.59% -
HSV(B) 327.67º 0.78% 0.97% -
XYZ 46.34 25.19 35.22 -
YUV 124.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 248 55 159 0 0.78 0.36 0.03 327.67 0.93 0.59
Hex F8 37 9F 0 4E 24 3 148 5D 3B
Octal 370 67 237 0 116 44 3 510 135 73
Binary 11111000 110111 10011111 0 1001110 100100 11 101001000 1011101 111011

Color Harmonies of #F8379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8379F

Black with #F8379F

Text Example


Text Example

White with #F8379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8379F; }

 p { color: rgb(248,55,159); }

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

background-color css

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

 a { background-color: rgb(248,55,159); }

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

border-color css

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

 span { border-color: rgb(248,55,159); }

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