Html Css Color HEX #F8329B Wild Strawberry

📋 copy color: '#F8329B'

red 248 ◦ green 50 ◦ blue 155

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

Shades of Wild Strawberry #F8329B

Tints of Wild Strawberry #F8329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.04%

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

R = 54.75%
G = 11.04%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8329B (or 0xF8329B) is known color: Wild Strawberry. HEX triplet: F8, 32 and 9B. RGB value is (248,50,155). Sum of RGB (Red+Green+Blue) = 248+50+155=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8329B is #07CD64. Grayscale: #787878. Windows color (decimal): -511333 or 10171128. OLE color: 10171128.

HSL color Cylindrical-coordinate representation of color #F8329B: hue angle of 328.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8329B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 155 -
CMYK 0 0.80 0.38 0.03
HSL 328.18º 0.93% 0.58% -
HSV(B) 328.18º 0.8% 0.97% -
XYZ 45.77 24.6 33.35 -
YUV 121.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 248 50 155 0 0.80 0.38 0.03 328.18 0.93 0.58
Hex F8 32 9B 0 50 26 3 148 5D 3A
Octal 370 62 233 0 120 46 3 510 135 72
Binary 11111000 110010 10011011 0 1010000 100110 11 101001000 1011101 111010

Color Harmonies of #F8329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8329B

Black with #F8329B

Text Example


Text Example

White with #F8329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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