Html Css Color HEX #F8389B Wild Strawberry

📋 copy color: '#F8389B'

red 248 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #F8389B

Tints of Wild Strawberry #F8389B

RGB

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

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

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

R = 54.03%
G = 12.2%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8389B (or 0xF8389B) is known color: Wild Strawberry. HEX triplet: F8, 38 and 9B. RGB value is (248,56,155). Sum of RGB (Red+Green+Blue) = 248+56+155=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8389B is #07C764. Grayscale: #7C7C7C. Windows color (decimal): -509797 or 10172664. OLE color: 10172664.

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

Color convert

RGB 248 56 155 -
CMYK 0 0.77 0.38 0.03
HSL 329.06º 0.93% 0.6% -
HSV(B) 329.06º 0.77% 0.97% -
XYZ 46.04 25.15 33.44 -
YUV 124.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 248 56 155 0 0.77 0.38 0.03 329.06 0.93 0.6
Hex F8 38 9B 0 4D 26 3 149 5D 3C
Octal 370 70 233 0 115 46 3 511 135 74
Binary 11111000 111000 10011011 0 1001101 100110 11 101001001 1011101 111100

Color Harmonies of #F8389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8389B

Black with #F8389B

Text Example


Text Example

White with #F8389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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