Html Css Color HEX #F919B8 Spicy Pink

📋 copy color: '#F919B8'

red 249 ◦ green 25 ◦ blue 184

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

Shades of Spicy Pink #F919B8

Tints of Spicy Pink #F919B8

RGB

 RED value IS 249 (97.66% from 255) = 54.37%

 GREEN value IS 25 (10.16% from 255) = 5.46%

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 54.37%
G = 5.46%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F919B8 (or 0xF919B8) is known color: Spicy Pink. HEX triplet: F9, 19 and B8. RGB value is (249,25,184). Sum of RGB (Red+Green+Blue) = 249+25+184=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F919B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919B8 is #06E647. Grayscale: #6D6D6D. Windows color (decimal): -452168 or 12065273. OLE color: 12065273.

HSL color Cylindrical-coordinate representation of color #F919B8: hue angle of 317.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919B8 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 184 -
CMYK 0 0.90 0.26 0.02
HSL 317.41º 0.95% 0.54% -
HSV(B) 317.41º 0.9% 0.98% -
XYZ 48.07 24.3 47.5 -
YUV 110.1 169.71 227.07 -
System Red Green Blue C M Y K H S L
Decimal 249 25 184 0 0.90 0.26 0.02 317.41 0.95 0.54
Hex F9 19 B8 0 5A 1A 2 13D 5F 36
Octal 371 31 270 0 132 32 2 475 137 66
Binary 11111001 11001 10111000 0 1011010 11010 10 100111101 1011111 110110

Color Harmonies of #F919B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919B8

Black with #F919B8

Text Example


Text Example

White with #F919B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919B8; }

 p { color: rgb(249,25,184); }

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

background-color css

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

 a { background-color: rgb(249,25,184); }

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

border-color css

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

 span { border-color: rgb(249,25,184); }

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