Html Css Color HEX #F920B2 Spicy Pink

📋 copy color: '#F920B2'

red 249 ◦ green 32 ◦ blue 178

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

Shades of Spicy Pink #F920B2

Tints of Spicy Pink #F920B2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.97%

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

R = 54.25%
G = 6.97%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F920B2 (or 0xF920B2) is known color: Spicy Pink. HEX triplet: F9, 20 and B2. RGB value is (249,32,178). Sum of RGB (Red+Green+Blue) = 249+32+178=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F920B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F920B2 is #06DF4D. Grayscale: #717171. Windows color (decimal): -450382 or 11673849. OLE color: 11673849.

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

Color convert

RGB 249 32 178 -
CMYK 0 0.87 0.29 0.02
HSL 319.63º 0.95% 0.55% -
HSV(B) 319.63º 0.87% 0.98% -
XYZ 47.62 24.39 44.32 -
YUV 113.53 164.39 224.63 -
System Red Green Blue C M Y K H S L
Decimal 249 32 178 0 0.87 0.29 0.02 319.63 0.95 0.55
Hex F9 20 B2 0 57 1D 2 140 5F 37
Octal 371 40 262 0 127 35 2 500 137 67
Binary 11111001 100000 10110010 0 1010111 11101 10 101000000 1011111 110111

Color Harmonies of #F920B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920B2

Black with #F920B2

Text Example


Text Example

White with #F920B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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