Html Css Color HEX #F82E8F Wild Strawberry

📋 copy color: '#F82E8F'

red 248 ◦ green 46 ◦ blue 143

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

Shades of Wild Strawberry #F82E8F

Tints of Wild Strawberry #F82E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 56.75%
G = 10.53%
B = 32.72%

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

#F82E8F (or 0xF82E8F) is known color: Wild Strawberry. HEX triplet: F8, 2E and 8F. RGB value is (248,46,143). Sum of RGB (Red+Green+Blue) = 248+46+143=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82E8F is #07D170. Grayscale: #757575. Windows color (decimal): -512369 or 9383672. OLE color: 9383672.

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

Color convert

RGB 248 46 143 -
CMYK 0 0.81 0.42 0.03
HSL 331.19º 0.94% 0.58% -
HSV(B) 331.19º 0.81% 0.97% -
XYZ 44.65 23.89 28.25 -
YUV 117.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 248 46 143 0 0.81 0.42 0.03 331.19 0.94 0.58
Hex F8 2E 8F 0 51 2A 3 14B 5E 3A
Octal 370 56 217 0 121 52 3 513 136 72
Binary 11111000 101110 10001111 0 1010001 101010 11 101001011 1011110 111010

Color Harmonies of #F82E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82E8F

Black with #F82E8F

Text Example


Text Example

White with #F82E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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