Html Css Color HEX #F921AF Spicy Pink

📋 copy color: '#F921AF'

red 249 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #F921AF

Tints of Spicy Pink #F921AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 54.49%
G = 7.22%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F921AF (or 0xF921AF) is known color: Spicy Pink. HEX triplet: F9, 21 and AF. RGB value is (249,33,175). Sum of RGB (Red+Green+Blue) = 249+33+175=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F921AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F921AF is #06DE50. Grayscale: #717171. Windows color (decimal): -450129 or 11477497. OLE color: 11477497.

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

Color convert

RGB 249 33 175 -
CMYK 0 0.87 0.30 0.02
HSL 320.56º 0.95% 0.55% -
HSV(B) 320.56º 0.87% 0.98% -
XYZ 47.35 24.32 42.76 -
YUV 113.77 162.56 224.45 -
System Red Green Blue C M Y K H S L
Decimal 249 33 175 0 0.87 0.30 0.02 320.56 0.95 0.55
Hex F9 21 AF 0 57 1E 2 141 5F 37
Octal 371 41 257 0 127 36 2 501 137 67
Binary 11111001 100001 10101111 0 1010111 11110 10 101000001 1011111 110111

Color Harmonies of #F921AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F921AF

Black with #F921AF

Text Example


Text Example

White with #F921AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F921AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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