Html Css Color HEX #F83199 Wild Strawberry

📋 copy color: '#F83199'

red 248 ◦ green 49 ◦ blue 153

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

Shades of Wild Strawberry #F83199

Tints of Wild Strawberry #F83199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.89%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 55.11%
G = 10.89%
B = 34%

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

#F83199 (or 0xF83199) is known color: Wild Strawberry. HEX triplet: F8, 31 and 99. RGB value is (248,49,153). Sum of RGB (Red+Green+Blue) = 248+49+153=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F83199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83199 is #07CE66. Grayscale: #787878. Windows color (decimal): -511591 or 10039800. OLE color: 10039800.

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

Color convert

RGB 248 49 153 -
CMYK 0 0.80 0.38 0.03
HSL 328.64º 0.93% 0.58% -
HSV(B) 328.64º 0.8% 0.97% -
XYZ 45.56 24.45 32.46 -
YUV 120.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 248 49 153 0 0.80 0.38 0.03 328.64 0.93 0.58
Hex F8 31 99 0 50 26 3 149 5D 3A
Octal 370 61 231 0 120 46 3 511 135 72
Binary 11111000 110001 10011001 0 1010000 100110 11 101001001 1011101 111010

Color Harmonies of #F83199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83199

Black with #F83199

Text Example


Text Example

White with #F83199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83199; }

 p { color: rgb(248,49,153); }

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

background-color css

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

 a { background-color: rgb(248,49,153); }

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

border-color css

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

 span { border-color: rgb(248,49,153); }

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