Html Css Color HEX #F92AB2 Spicy Pink

📋 copy color: '#F92AB2'

red 249 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #F92AB2

Tints of Spicy Pink #F92AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.96%

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

R = 53.09%
G = 8.96%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F92AB2 (or 0xF92AB2) is known color: Spicy Pink. HEX triplet: F9, 2A and B2. RGB value is (249,42,178). Sum of RGB (Red+Green+Blue) = 249+42+178=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92AB2 is #06D54D. Grayscale: #777777. Windows color (decimal): -447822 or 11676409. OLE color: 11676409.

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

Color convert

RGB 249 42 178 -
CMYK 0 0.83 0.29 0.02
HSL 320.58º 0.95% 0.57% -
HSV(B) 320.58º 0.83% 0.98% -
XYZ 47.93 25.01 44.42 -
YUV 119.4 161.08 220.44 -
System Red Green Blue C M Y K H S L
Decimal 249 42 178 0 0.83 0.29 0.02 320.58 0.95 0.57
Hex F9 2A B2 0 53 1D 2 141 5F 39
Octal 371 52 262 0 123 35 2 501 137 71
Binary 11111001 101010 10110010 0 1010011 11101 10 101000001 1011111 111001

Color Harmonies of #F92AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92AB2

Black with #F92AB2

Text Example


Text Example

White with #F92AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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