Html Css Color HEX #F83089 Wild Strawberry

📋 copy color: '#F83089'

red 248 ◦ green 48 ◦ blue 137

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

Shades of Wild Strawberry #F83089

Tints of Wild Strawberry #F83089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 57.27%
G = 11.09%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F83089 (or 0xF83089) is known color: Wild Strawberry. HEX triplet: F8, 30 and 89. RGB value is (248,48,137). Sum of RGB (Red+Green+Blue) = 248+48+137=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F83089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83089 is #07CF76. Grayscale: #757575. Windows color (decimal): -511863 or 8990968. OLE color: 8990968.

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

Color convert

RGB 248 48 137 -
CMYK 0 0.81 0.45 0.03
HSL 333.3º 0.93% 0.58% -
HSV(B) 333.3º 0.81% 0.97% -
XYZ 44.28 23.88 25.94 -
YUV 117.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 248 48 137 0 0.81 0.45 0.03 333.3 0.93 0.58
Hex F8 30 89 0 51 2D 3 14D 5D 3A
Octal 370 60 211 0 121 55 3 515 135 72
Binary 11111000 110000 10001001 0 1010001 101101 11 101001101 1011101 111010

Color Harmonies of #F83089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83089

Black with #F83089

Text Example


Text Example

White with #F83089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83089; }

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

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

background-color css

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

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

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

border-color css

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

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

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