Html Css Color HEX #F8379B Wild Strawberry

📋 copy color: '#F8379B'

red 248 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #F8379B

Tints of Wild Strawberry #F8379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 54.15%
G = 12.01%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8379B (or 0xF8379B) is known color: Wild Strawberry. HEX triplet: F8, 37 and 9B. RGB value is (248,55,155). Sum of RGB (Red+Green+Blue) = 248+55+155=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8379B is #07C864. Grayscale: #7B7B7B. Windows color (decimal): -510053 or 10172408. OLE color: 10172408.

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

Color convert

RGB 248 55 155 -
CMYK 0 0.78 0.38 0.03
HSL 328.91º 0.93% 0.59% -
HSV(B) 328.91º 0.78% 0.97% -
XYZ 45.99 25.06 33.42 -
YUV 124.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 248 55 155 0 0.78 0.38 0.03 328.91 0.93 0.59
Hex F8 37 9B 0 4E 26 3 149 5D 3B
Octal 370 67 233 0 116 46 3 511 135 73
Binary 11111000 110111 10011011 0 1001110 100110 11 101001001 1011101 111011

Color Harmonies of #F8379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8379B

Black with #F8379B

Text Example


Text Example

White with #F8379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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