Html Css Color HEX #F816B2 Spicy Pink

📋 copy color: '#F816B2'

red 248 ◦ green 22 ◦ blue 178

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

Shades of Spicy Pink #F816B2

Tints of Spicy Pink #F816B2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 55.36%
G = 4.91%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F816B2 (or 0xF816B2) is known color: Spicy Pink. HEX triplet: F8, 16 and B2. RGB value is (248,22,178). Sum of RGB (Red+Green+Blue) = 248+22+178=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F816B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F816B2 is #07E94D. Grayscale: #6A6A6A. Windows color (decimal): -518478 or 11671288. OLE color: 11671288.

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

Color convert

RGB 248 22 178 -
CMYK 0 0.91 0.28 0.03
HSL 318.58º 0.94% 0.53% -
HSV(B) 318.58º 0.91% 0.97% -
XYZ 47.03 23.74 44.22 -
YUV 107.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 248 22 178 0 0.91 0.28 0.03 318.58 0.94 0.53
Hex F8 16 B2 0 5B 1C 3 13F 5E 35
Octal 370 26 262 0 133 34 3 477 136 65
Binary 11111000 10110 10110010 0 1011011 11100 11 100111111 1011110 110101

Color Harmonies of #F816B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816B2

Black with #F816B2

Text Example


Text Example

White with #F816B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816B2; }

 p { color: rgb(248,22,178); }

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

background-color css

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

 a { background-color: rgb(248,22,178); }

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

border-color css

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

 span { border-color: rgb(248,22,178); }

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