Html Css Color HEX #F83091 Wild Strawberry

📋 copy color: '#F83091'

red 248 ◦ green 48 ◦ blue 145

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

Shades of Wild Strawberry #F83091

Tints of Wild Strawberry #F83091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.88%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 56.24%
G = 10.88%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F83091 (or 0xF83091) is known color: Wild Strawberry. HEX triplet: F8, 30 and 91. RGB value is (248,48,145). Sum of RGB (Red+Green+Blue) = 248+48+145=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F83091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83091 is #07CF6E. Grayscale: #767676. Windows color (decimal): -511855 or 9515256. OLE color: 9515256.

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

Color convert

RGB 248 48 145 -
CMYK 0 0.81 0.42 0.03
HSL 330.9º 0.93% 0.58% -
HSV(B) 330.9º 0.81% 0.97% -
XYZ 44.88 24.11 29.08 -
YUV 118.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 248 48 145 0 0.81 0.42 0.03 330.9 0.93 0.58
Hex F8 30 91 0 51 2A 3 14B 5D 3A
Octal 370 60 221 0 121 52 3 513 135 72
Binary 11111000 110000 10010001 0 1010001 101010 11 101001011 1011101 111010

Color Harmonies of #F83091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83091

Black with #F83091

Text Example


Text Example

White with #F83091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83091; }

 p { color: rgb(248,48,145); }

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

background-color css

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

 a { background-color: rgb(248,48,145); }

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

border-color css

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

 span { border-color: rgb(248,48,145); }

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