Html Css Color HEX #F82D8A Wild Strawberry

📋 copy color: '#F82D8A'

red 248 ◦ green 45 ◦ blue 138

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

Shades of Wild Strawberry #F82D8A

Tints of Wild Strawberry #F82D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 57.54%
G = 10.44%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F82D8A (or 0xF82D8A) is known color: Wild Strawberry. HEX triplet: F8, 2D and 8A. RGB value is (248,45,138). Sum of RGB (Red+Green+Blue) = 248+45+138=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82D8A is #07D275. Grayscale: #747474. Windows color (decimal): -512630 or 9055736. OLE color: 9055736.

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

Color convert

RGB 248 45 138 -
CMYK 0 0.82 0.44 0.03
HSL 332.51º 0.94% 0.57% -
HSV(B) 332.51º 0.82% 0.97% -
XYZ 44.24 23.67 26.28 -
YUV 116.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 248 45 138 0 0.82 0.44 0.03 332.51 0.94 0.57
Hex F8 2D 8A 0 52 2C 3 14D 5E 39
Octal 370 55 212 0 122 54 3 515 136 71
Binary 11111000 101101 10001010 0 1010010 101100 11 101001101 1011110 111001

Color Harmonies of #F82D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D8A

Black with #F82D8A

Text Example


Text Example

White with #F82D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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