Html Css Color HEX #F8389C Wild Strawberry

📋 copy color: '#F8389C'

red 248 ◦ green 56 ◦ blue 156

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

Shades of Wild Strawberry #F8389C

Tints of Wild Strawberry #F8389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 53.91%
G = 12.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8389C (or 0xF8389C) is known color: Wild Strawberry. HEX triplet: F8, 38 and 9C. RGB value is (248,56,156). Sum of RGB (Red+Green+Blue) = 248+56+156=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8389C is #07C763. Grayscale: #7C7C7C. Windows color (decimal): -509796 or 10238200. OLE color: 10238200.

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

Color convert

RGB 248 56 156 -
CMYK 0 0.77 0.37 0.03
HSL 328.75º 0.93% 0.6% -
HSV(B) 328.75º 0.77% 0.97% -
XYZ 46.13 25.19 33.88 -
YUV 124.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 248 56 156 0 0.77 0.37 0.03 328.75 0.93 0.6
Hex F8 38 9C 0 4D 25 3 149 5D 3C
Octal 370 70 234 0 115 45 3 511 135 74
Binary 11111000 111000 10011100 0 1001101 100101 11 101001001 1011101 111100

Color Harmonies of #F8389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8389C

Black with #F8389C

Text Example


Text Example

White with #F8389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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