Html Css Color HEX #F8379D Wild Strawberry

📋 copy color: '#F8379D'

red 248 ◦ green 55 ◦ blue 157

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

Shades of Wild Strawberry #F8379D

Tints of Wild Strawberry #F8379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 53.91%
G = 11.96%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8379D (or 0xF8379D) is known color: Wild Strawberry. HEX triplet: F8, 37 and 9D. RGB value is (248,55,157). Sum of RGB (Red+Green+Blue) = 248+55+157=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8379D is #07C862. Grayscale: #7C7C7C. Windows color (decimal): -510051 or 10303480. OLE color: 10303480.

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

Color convert

RGB 248 55 157 -
CMYK 0 0.78 0.37 0.03
HSL 328.29º 0.93% 0.59% -
HSV(B) 328.29º 0.78% 0.97% -
XYZ 46.16 25.12 34.31 -
YUV 124.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 248 55 157 0 0.78 0.37 0.03 328.29 0.93 0.59
Hex F8 37 9D 0 4E 25 3 148 5D 3B
Octal 370 67 235 0 116 45 3 510 135 73
Binary 11111000 110111 10011101 0 1001110 100101 11 101001000 1011101 111011

Color Harmonies of #F8379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8379D

Black with #F8379D

Text Example


Text Example

White with #F8379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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