Html Css Color HEX #F83090 Wild Strawberry

📋 copy color: '#F83090'

red 248 ◦ green 48 ◦ blue 144

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

Shades of Wild Strawberry #F83090

Tints of Wild Strawberry #F83090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 56.36%
G = 10.91%
B = 32.73%

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

#F83090 (or 0xF83090) is known color: Wild Strawberry. HEX triplet: F8, 30 and 90. RGB value is (248,48,144). Sum of RGB (Red+Green+Blue) = 248+48+144=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F83090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83090 is #07CF6F. Grayscale: #767676. Windows color (decimal): -511856 or 9449720. OLE color: 9449720.

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

Color convert

RGB 248 48 144 -
CMYK 0 0.81 0.42 0.03
HSL 331.2º 0.93% 0.58% -
HSV(B) 331.2º 0.81% 0.97% -
XYZ 44.8 24.08 28.67 -
YUV 118.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 248 48 144 0 0.81 0.42 0.03 331.2 0.93 0.58
Hex F8 30 90 0 51 2A 3 14B 5D 3A
Octal 370 60 220 0 121 52 3 513 135 72
Binary 11111000 110000 10010000 0 1010001 101010 11 101001011 1011101 111010

Color Harmonies of #F83090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83090

Black with #F83090

Text Example


Text Example

White with #F83090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83090; }

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

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

background-color css

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

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

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

border-color css

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

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

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