Html Css Color HEX #F82D89 Wild Strawberry

📋 copy color: '#F82D89'

red 248 ◦ green 45 ◦ blue 137

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

Shades of Wild Strawberry #F82D89

Tints of Wild Strawberry #F82D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

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

R = 57.67%
G = 10.47%
B = 31.86%

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

#F82D89 (or 0xF82D89) is known color: Wild Strawberry. HEX triplet: F8, 2D and 89. RGB value is (248,45,137). Sum of RGB (Red+Green+Blue) = 248+45+137=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82D89 is #07D276. Grayscale: #747474. Windows color (decimal): -512631 or 8990200. OLE color: 8990200.

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

Color convert

RGB 248 45 137 -
CMYK 0 0.82 0.45 0.03
HSL 332.81º 0.94% 0.57% -
HSV(B) 332.81º 0.82% 0.97% -
XYZ 44.17 23.64 25.9 -
YUV 116.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 248 45 137 0 0.82 0.45 0.03 332.81 0.94 0.57
Hex F8 2D 89 0 52 2D 3 14D 5E 39
Octal 370 55 211 0 122 55 3 515 136 71
Binary 11111000 101101 10001001 0 1010010 101101 11 101001101 1011110 111001

Color Harmonies of #F82D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D89

Black with #F82D89

Text Example


Text Example

White with #F82D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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