Html Css Color HEX #F824BB Spicy Pink

📋 copy color: '#F824BB'

red 248 ◦ green 36 ◦ blue 187

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

Shades of Spicy Pink #F824BB

Tints of Spicy Pink #F824BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 52.65%
G = 7.64%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F824BB (or 0xF824BB) is known color: Spicy Pink. HEX triplet: F8, 24 and BB. RGB value is (248,36,187). Sum of RGB (Red+Green+Blue) = 248+36+187=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F824BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824BB is #07DB44. Grayscale: #747474. Windows color (decimal): -514885 or 12264696. OLE color: 12264696.

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

Color convert

RGB 248 36 187 -
CMYK 0 0.85 0.25 0.03
HSL 317.26º 0.94% 0.56% -
HSV(B) 317.26º 0.85% 0.97% -
XYZ 48.31 24.81 49.26 -
YUV 116.6 167.74 221.72 -
System Red Green Blue C M Y K H S L
Decimal 248 36 187 0 0.85 0.25 0.03 317.26 0.94 0.56
Hex F8 24 BB 0 55 19 3 13D 5E 38
Octal 370 44 273 0 125 31 3 475 136 70
Binary 11111000 100100 10111011 0 1010101 11001 11 100111101 1011110 111000

Color Harmonies of #F824BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824BB

Black with #F824BB

Text Example


Text Example

White with #F824BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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