Html Css Color HEX #F828BB Spicy Pink

📋 copy color: '#F828BB'

red 248 ◦ green 40 ◦ blue 187

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

Shades of Spicy Pink #F828BB

Tints of Spicy Pink #F828BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.42%

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

R = 52.21%
G = 8.42%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F828BB (or 0xF828BB) is known color: Spicy Pink. HEX triplet: F8, 28 and BB. RGB value is (248,40,187). Sum of RGB (Red+Green+Blue) = 248+40+187=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F828BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828BB is #07D744. Grayscale: #767676. Windows color (decimal): -513861 or 12265720. OLE color: 12265720.

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

Color convert

RGB 248 40 187 -
CMYK 0 0.84 0.25 0.03
HSL 317.6º 0.94% 0.56% -
HSV(B) 317.6º 0.84% 0.97% -
XYZ 48.44 25.06 49.3 -
YUV 118.95 166.41 220.05 -
System Red Green Blue C M Y K H S L
Decimal 248 40 187 0 0.84 0.25 0.03 317.6 0.94 0.56
Hex F8 28 BB 0 54 19 3 13E 5E 38
Octal 370 50 273 0 124 31 3 476 136 70
Binary 11111000 101000 10111011 0 1010100 11001 11 100111110 1011110 111000

Color Harmonies of #F828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828BB

Black with #F828BB

Text Example


Text Example

White with #F828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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