Html Css Color HEX #F824AA Spicy Pink

📋 copy color: '#F824AA'

red 248 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #F824AA

Tints of Spicy Pink #F824AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 54.63%
G = 7.93%
B = 37.44%

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

#F824AA (or 0xF824AA) is known color: Spicy Pink. HEX triplet: F8, 24 and AA. RGB value is (248,36,170). Sum of RGB (Red+Green+Blue) = 248+36+170=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F824AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F824AA is #07DB55. Grayscale: #727272. Windows color (decimal): -514902 or 11150584. OLE color: 11150584.

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

Color convert

RGB 248 36 170 -
CMYK 0 0.85 0.31 0.03
HSL 322.08º 0.94% 0.56% -
HSV(B) 322.08º 0.85% 0.97% -
XYZ 46.6 24.12 40.23 -
YUV 114.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 248 36 170 0 0.85 0.31 0.03 322.08 0.94 0.56
Hex F8 24 AA 0 55 1F 3 142 5E 38
Octal 370 44 252 0 125 37 3 502 136 70
Binary 11111000 100100 10101010 0 1010101 11111 11 101000010 1011110 111000

Color Harmonies of #F824AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824AA

Black with #F824AA

Text Example


Text Example

White with #F824AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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