Html Css Color HEX #F814B2 Spicy Pink

📋 copy color: '#F814B2'

red 248 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #F814B2

Tints of Spicy Pink #F814B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

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

R = 55.61%
G = 4.48%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F814B2 (or 0xF814B2) is known color: Spicy Pink. HEX triplet: F8, 14 and B2. RGB value is (248,20,178). Sum of RGB (Red+Green+Blue) = 248+20+178=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F814B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F814B2 is #07EB4D. Grayscale: #696969. Windows color (decimal): -518990 or 11670776. OLE color: 11670776.

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

Color convert

RGB 248 20 178 -
CMYK 0 0.92 0.28 0.03
HSL 318.42º 0.94% 0.53% -
HSV(B) 318.42º 0.92% 0.97% -
XYZ 47 23.67 44.21 -
YUV 106.18 168.54 229.15 -
System Red Green Blue C M Y K H S L
Decimal 248 20 178 0 0.92 0.28 0.03 318.42 0.94 0.53
Hex F8 14 B2 0 5C 1C 3 13E 5E 35
Octal 370 24 262 0 134 34 3 476 136 65
Binary 11111000 10100 10110010 0 1011100 11100 11 100111110 1011110 110101

Color Harmonies of #F814B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814B2

Black with #F814B2

Text Example


Text Example

White with #F814B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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