Html Css Color HEX #F82C89 Wild Strawberry

📋 copy color: '#F82C89'

red 248 ◦ green 44 ◦ blue 137

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

Shades of Wild Strawberry #F82C89

Tints of Wild Strawberry #F82C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 57.81%
G = 10.26%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F82C89 (or 0xF82C89) is known color: Wild Strawberry. HEX triplet: F8, 2C and 89. RGB value is (248,44,137). Sum of RGB (Red+Green+Blue) = 248+44+137=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82C89 is #07D376. Grayscale: #737373. Windows color (decimal): -512887 or 8989944. OLE color: 8989944.

HSL color Cylindrical-coordinate representation of color #F82C89: hue angle of 332.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82C89 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 44 137 -
CMYK 0 0.82 0.45 0.03
HSL 332.65º 0.94% 0.57% -
HSV(B) 332.65º 0.82% 0.97% -
XYZ 44.13 23.56 25.89 -
YUV 115.6 140.09 222.44 -
System Red Green Blue C M Y K H S L
Decimal 248 44 137 0 0.82 0.45 0.03 332.65 0.94 0.57
Hex F8 2C 89 0 52 2D 3 14D 5E 39
Octal 370 54 211 0 122 55 3 515 136 71
Binary 11111000 101100 10001001 0 1010010 101101 11 101001101 1011110 111001

Color Harmonies of #F82C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C89

Black with #F82C89

Text Example


Text Example

White with #F82C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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