Html Css Color HEX #F921B5 Spicy Pink

📋 copy color: '#F921B5'

red 249 ◦ green 33 ◦ blue 181

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

Shades of Spicy Pink #F921B5

Tints of Spicy Pink #F921B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 53.78%
G = 7.13%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F921B5 (or 0xF921B5) is known color: Spicy Pink. HEX triplet: F9, 21 and B5. RGB value is (249,33,181). Sum of RGB (Red+Green+Blue) = 249+33+181=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F921B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F921B5 is #06DE4A. Grayscale: #727272. Windows color (decimal): -450123 or 11870713. OLE color: 11870713.

HSL color Cylindrical-coordinate representation of color #F921B5: hue angle of 318.89º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F921B5 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 33 181 -
CMYK 0 0.87 0.27 0.02
HSL 318.89º 0.95% 0.55% -
HSV(B) 318.89º 0.87% 0.98% -
XYZ 47.95 24.56 45.93 -
YUV 114.46 165.56 223.97 -
System Red Green Blue C M Y K H S L
Decimal 249 33 181 0 0.87 0.27 0.02 318.89 0.95 0.55
Hex F9 21 B5 0 57 1B 2 13F 5F 37
Octal 371 41 265 0 127 33 2 477 137 67
Binary 11111001 100001 10110101 0 1010111 11011 10 100111111 1011111 110111

Color Harmonies of #F921B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921B5

Black with #F921B5

Text Example


Text Example

White with #F921B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921B5; }

 p { color: rgb(249,33,181); }

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

background-color css

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

 a { background-color: rgb(249,33,181); }

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

border-color css

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

 span { border-color: rgb(249,33,181); }

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