Html Css Color HEX #F8328F Wild Strawberry

📋 copy color: '#F8328F'

red 248 ◦ green 50 ◦ blue 143

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

Shades of Wild Strawberry #F8328F

Tints of Wild Strawberry #F8328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 56.24%
G = 11.34%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8328F (or 0xF8328F) is known color: Wild Strawberry. HEX triplet: F8, 32 and 8F. RGB value is (248,50,143). Sum of RGB (Red+Green+Blue) = 248+50+143=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8328F is #07CD70. Grayscale: #777777. Windows color (decimal): -511345 or 9384696. OLE color: 9384696.

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

Color convert

RGB 248 50 143 -
CMYK 0 0.80 0.42 0.03
HSL 331.82º 0.93% 0.58% -
HSV(B) 331.82º 0.8% 0.97% -
XYZ 44.81 24.22 28.3 -
YUV 119.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 248 50 143 0 0.80 0.42 0.03 331.82 0.93 0.58
Hex F8 32 8F 0 50 2A 3 14C 5D 3A
Octal 370 62 217 0 120 52 3 514 135 72
Binary 11111000 110010 10001111 0 1010000 101010 11 101001100 1011101 111010

Color Harmonies of #F8328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8328F

Black with #F8328F

Text Example


Text Example

White with #F8328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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