Html Css Color HEX #F828BC Spicy Pink

📋 copy color: '#F828BC'

red 248 ◦ green 40 ◦ blue 188

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

Shades of Spicy Pink #F828BC

Tints of Spicy Pink #F828BC

RGB

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

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

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

R = 52.1%
G = 8.4%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F828BC (or 0xF828BC) is known color: Spicy Pink. HEX triplet: F8, 28 and BC. RGB value is (248,40,188). Sum of RGB (Red+Green+Blue) = 248+40+188=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F828BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828BC is #07D743. Grayscale: #767676. Windows color (decimal): -513860 or 12331256. OLE color: 12331256.

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

Color convert

RGB 248 40 188 -
CMYK 0 0.84 0.24 0.03
HSL 317.31º 0.94% 0.56% -
HSV(B) 317.31º 0.84% 0.97% -
XYZ 48.55 25.1 49.86 -
YUV 119.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 248 40 188 0 0.84 0.24 0.03 317.31 0.94 0.56
Hex F8 28 BC 0 54 18 3 13D 5E 38
Octal 370 50 274 0 124 30 3 475 136 70
Binary 11111000 101000 10111100 0 1010100 11000 11 100111101 1011110 111000

Color Harmonies of #F828BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F828BC

Black with #F828BC

Text Example


Text Example

White with #F828BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F828BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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