Html Css Color HEX #F824AC Spicy Pink

📋 copy color: '#F824AC'

red 248 ◦ green 36 ◦ blue 172

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

Shades of Spicy Pink #F824AC

Tints of Spicy Pink #F824AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.89%

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 54.39%
G = 7.89%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F824AC (or 0xF824AC) is known color: Spicy Pink. HEX triplet: F8, 24 and AC. RGB value is (248,36,172). Sum of RGB (Red+Green+Blue) = 248+36+172=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F824AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F824AC is #07DB53. Grayscale: #727272. Windows color (decimal): -514900 or 11281656. OLE color: 11281656.

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

Color convert

RGB 248 36 172 -
CMYK 0 0.85 0.31 0.03
HSL 321.51º 0.94% 0.56% -
HSV(B) 321.51º 0.85% 0.97% -
XYZ 46.79 24.2 41.23 -
YUV 114.89 160.24 222.94 -
System Red Green Blue C M Y K H S L
Decimal 248 36 172 0 0.85 0.31 0.03 321.51 0.94 0.56
Hex F8 24 AC 0 55 1F 3 142 5E 38
Octal 370 44 254 0 125 37 3 502 136 70
Binary 11111000 100100 10101100 0 1010101 11111 11 101000010 1011110 111000

Color Harmonies of #F824AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824AC

Black with #F824AC

Text Example


Text Example

White with #F824AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824AC; }

 p { color: rgb(248,36,172); }

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

background-color css

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

 a { background-color: rgb(248,36,172); }

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

border-color css

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

 span { border-color: rgb(248,36,172); }

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