Html Css Color HEX #F82DB3 Spicy Pink

📋 copy color: '#F82DB3'

red 248 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #F82DB3

Tints of Spicy Pink #F82DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 52.54%
G = 9.53%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F82DB3 (or 0xF82DB3) is known color: Spicy Pink. HEX triplet: F8, 2D and B3. RGB value is (248,45,179). Sum of RGB (Red+Green+Blue) = 248+45+179=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82DB3 is #07D24C. Grayscale: #787878. Windows color (decimal): -512589 or 11742712. OLE color: 11742712.

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

Color convert

RGB 248 45 179 -
CMYK 0 0.82 0.28 0.03
HSL 320.39º 0.94% 0.57% -
HSV(B) 320.39º 0.82% 0.97% -
XYZ 47.79 25.09 44.97 -
YUV 120.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 248 45 179 0 0.82 0.28 0.03 320.39 0.94 0.57
Hex F8 2D B3 0 52 1C 3 140 5E 39
Octal 370 55 263 0 122 34 3 500 136 71
Binary 11111000 101101 10110011 0 1010010 11100 11 101000000 1011110 111001

Color Harmonies of #F82DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82DB3

Black with #F82DB3

Text Example


Text Example

White with #F82DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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