Html Css Color HEX #F83092 Wild Strawberry

📋 copy color: '#F83092'

red 248 ◦ green 48 ◦ blue 146

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

Shades of Wild Strawberry #F83092

Tints of Wild Strawberry #F83092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 56.11%
G = 10.86%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F83092 (or 0xF83092) is known color: Wild Strawberry. HEX triplet: F8, 30 and 92. RGB value is (248,48,146). Sum of RGB (Red+Green+Blue) = 248+48+146=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F83092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83092 is #07CF6D. Grayscale: #767676. Windows color (decimal): -511854 or 9580792. OLE color: 9580792.

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

Color convert

RGB 248 48 146 -
CMYK 0 0.81 0.41 0.03
HSL 330.6º 0.93% 0.58% -
HSV(B) 330.6º 0.81% 0.97% -
XYZ 44.96 24.15 29.49 -
YUV 118.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 248 48 146 0 0.81 0.41 0.03 330.6 0.93 0.58
Hex F8 30 92 0 51 29 3 14B 5D 3A
Octal 370 60 222 0 121 51 3 513 135 72
Binary 11111000 110000 10010010 0 1010001 101001 11 101001011 1011101 111010

Color Harmonies of #F83092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83092

Black with #F83092

Text Example


Text Example

White with #F83092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83092; }

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

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

background-color css

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

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

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

border-color css

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

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

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