Html Css Color HEX #F82E90 Wild Strawberry

📋 copy color: '#F82E90'

red 248 ◦ green 46 ◦ blue 144

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

Shades of Wild Strawberry #F82E90

Tints of Wild Strawberry #F82E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 56.62%
G = 10.5%
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

#F82E90 (or 0xF82E90) is known color: Wild Strawberry. HEX triplet: F8, 2E and 90. RGB value is (248,46,144). Sum of RGB (Red+Green+Blue) = 248+46+144=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82E90 is #07D16F. Grayscale: #757575. Windows color (decimal): -512368 or 9449208. OLE color: 9449208.

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

Color convert

RGB 248 46 144 -
CMYK 0 0.81 0.42 0.03
HSL 330.89º 0.94% 0.58% -
HSV(B) 330.89º 0.81% 0.97% -
XYZ 44.72 23.92 28.65 -
YUV 117.57 142.92 221.03 -
System Red Green Blue C M Y K H S L
Decimal 248 46 144 0 0.81 0.42 0.03 330.89 0.94 0.58
Hex F8 2E 90 0 51 2A 3 14B 5E 3A
Octal 370 56 220 0 121 52 3 513 136 72
Binary 11111000 101110 10010000 0 1010001 101010 11 101001011 1011110 111010

Color Harmonies of #F82E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82E90

Black with #F82E90

Text Example


Text Example

White with #F82E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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