Html Css Color HEX #F422BB Spicy Pink

📋 copy color: '#F422BB'

red 244 ◦ green 34 ◦ blue 187

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

Shades of Spicy Pink #F422BB

Tints of Spicy Pink #F422BB

RGB

 RED value IS 244 (95.7% from 255) = 52.47%

 GREEN value IS 34 (13.67% from 255) = 7.31%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 52.47%
G = 7.31%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F422BB (or 0xF422BB) is known color: Spicy Pink. HEX triplet: F4, 22 and BB. RGB value is (244,34,187). Sum of RGB (Red+Green+Blue) = 244+34+187=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F422BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F422BB is #0BDD44. Grayscale: #717171. Windows color (decimal): -777541 or 12264180. OLE color: 12264180.

HSL color Cylindrical-coordinate representation of color #F422BB: hue angle of 316.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422BB is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 187 -
CMYK 0 0.86 0.23 0.04
HSL 316.29º 0.91% 0.55% -
HSV(B) 316.29º 0.86% 0.96% -
XYZ 46.85 23.97 49.17 -
YUV 114.23 169.07 220.56 -
System Red Green Blue C M Y K H S L
Decimal 244 34 187 0 0.86 0.23 0.04 316.29 0.91 0.55
Hex F4 22 BB 0 56 17 4 13C 5B 37
Octal 364 42 273 0 126 27 4 474 133 67
Binary 11110100 100010 10111011 0 1010110 10111 100 100111100 1011011 110111

Color Harmonies of #F422BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F422BB

Black with #F422BB

Text Example


Text Example

White with #F422BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F422BB; }

 p { color: rgb(244,34,187); }

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

background-color css

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

 a { background-color: rgb(244,34,187); }

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

border-color css

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

 span { border-color: rgb(244,34,187); }

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