Html Css Color HEX #F824BC Spicy Pink

📋 copy color: '#F824BC'

red 248 ◦ green 36 ◦ blue 188

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

Shades of Spicy Pink #F824BC

Tints of Spicy Pink #F824BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 52.54%
G = 7.63%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F824BC (or 0xF824BC) is known color: Spicy Pink. HEX triplet: F8, 24 and BC. RGB value is (248,36,188). Sum of RGB (Red+Green+Blue) = 248+36+188=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F824BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824BC is #07DB43. Grayscale: #747474. Windows color (decimal): -514884 or 12330232. OLE color: 12330232.

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

Color convert

RGB 248 36 188 -
CMYK 0 0.85 0.24 0.03
HSL 316.98º 0.94% 0.56% -
HSV(B) 316.98º 0.85% 0.97% -
XYZ 48.42 24.85 49.82 -
YUV 116.72 168.24 221.64 -
System Red Green Blue C M Y K H S L
Decimal 248 36 188 0 0.85 0.24 0.03 316.98 0.94 0.56
Hex F8 24 BC 0 55 18 3 13D 5E 38
Octal 370 44 274 0 125 30 3 475 136 70
Binary 11111000 100100 10111100 0 1010101 11000 11 100111101 1011110 111000

Color Harmonies of #F824BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824BC

Black with #F824BC

Text Example


Text Example

White with #F824BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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