Html Css Color HEX #F8389E Wild Strawberry

📋 copy color: '#F8389E'

red 248 ◦ green 56 ◦ blue 158

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

Shades of Wild Strawberry #F8389E

Tints of Wild Strawberry #F8389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.12%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 53.68%
G = 12.12%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8389E (or 0xF8389E) is known color: Wild Strawberry. HEX triplet: F8, 38 and 9E. RGB value is (248,56,158). Sum of RGB (Red+Green+Blue) = 248+56+158=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8389E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8389E is #07C761. Grayscale: #7C7C7C. Windows color (decimal): -509794 or 10369272. OLE color: 10369272.

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

Color convert

RGB 248 56 158 -
CMYK 0 0.77 0.36 0.03
HSL 328.13º 0.93% 0.6% -
HSV(B) 328.13º 0.77% 0.97% -
XYZ 46.3 25.25 34.78 -
YUV 125.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 248 56 158 0 0.77 0.36 0.03 328.13 0.93 0.6
Hex F8 38 9E 0 4D 24 3 148 5D 3C
Octal 370 70 236 0 115 44 3 510 135 74
Binary 11111000 111000 10011110 0 1001101 100100 11 101001000 1011101 111100

Color Harmonies of #F8389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8389E

Black with #F8389E

Text Example


Text Example

White with #F8389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8389E; }

 p { color: rgb(248,56,158); }

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

background-color css

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

 a { background-color: rgb(248,56,158); }

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

border-color css

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

 span { border-color: rgb(248,56,158); }

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