Html Css Color HEX #F919B2 Spicy Pink

📋 copy color: '#F919B2'

red 249 ◦ green 25 ◦ blue 178

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

Shades of Spicy Pink #F919B2

Tints of Spicy Pink #F919B2

RGB

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

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

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

R = 55.09%
G = 5.53%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F919B2 (or 0xF919B2) is known color: Spicy Pink. HEX triplet: F9, 19 and B2. RGB value is (249,25,178). Sum of RGB (Red+Green+Blue) = 249+25+178=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F919B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F919B2 is #06E64D. Grayscale: #6D6D6D. Windows color (decimal): -452174 or 11672057. OLE color: 11672057.

HSL color Cylindrical-coordinate representation of color #F919B2: hue angle of 319.02º 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 #F919B2 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 178 -
CMYK 0 0.90 0.29 0.02
HSL 319.02º 0.95% 0.54% -
HSV(B) 319.02º 0.9% 0.98% -
XYZ 47.45 24.05 44.26 -
YUV 109.42 166.71 227.56 -
System Red Green Blue C M Y K H S L
Decimal 249 25 178 0 0.90 0.29 0.02 319.02 0.95 0.54
Hex F9 19 B2 0 5A 1D 2 13F 5F 36
Octal 371 31 262 0 132 35 2 477 137 66
Binary 11111001 11001 10110010 0 1011010 11101 10 100111111 1011111 110110

Color Harmonies of #F919B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919B2

Black with #F919B2

Text Example


Text Example

White with #F919B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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