Html Css Color HEX #F8378D Wild Strawberry

📋 copy color: '#F8378D'

red 248 ◦ green 55 ◦ blue 141

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

Shades of Wild Strawberry #F8378D

Tints of Wild Strawberry #F8378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 55.86%
G = 12.39%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8378D (or 0xF8378D) is known color: Wild Strawberry. HEX triplet: F8, 37 and 8D. RGB value is (248,55,141). Sum of RGB (Red+Green+Blue) = 248+55+141=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8378D is #07C872. Grayscale: #7A7A7A. Windows color (decimal): -510067 or 9254904. OLE color: 9254904.

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

Color convert

RGB 248 55 141 -
CMYK 0 0.78 0.43 0.03
HSL 333.26º 0.93% 0.59% -
HSV(B) 333.26º 0.78% 0.97% -
XYZ 44.89 24.61 27.58 -
YUV 122.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 248 55 141 0 0.78 0.43 0.03 333.26 0.93 0.59
Hex F8 37 8D 0 4E 2B 3 14D 5D 3B
Octal 370 67 215 0 116 53 3 515 135 73
Binary 11111000 110111 10001101 0 1001110 101011 11 101001101 1011101 111011

Color Harmonies of #F8378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8378D

Black with #F8378D

Text Example


Text Example

White with #F8378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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