Html Css Color HEX #F126BB Spicy Pink

📋 copy color: '#F126BB'

red 241 ◦ green 38 ◦ blue 187

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

Shades of Spicy Pink #F126BB

Tints of Spicy Pink #F126BB

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

 GREEN value IS 38 (15.23% from 255) = 8.15%

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

R = 51.72%
G = 8.15%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F126BB (or 0xF126BB) is known color: Spicy Pink. HEX triplet: F1, 26 and BB. RGB value is (241,38,187). Sum of RGB (Red+Green+Blue) = 241+38+187=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F126BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126BB is #0ED944. Grayscale: #737373. Windows color (decimal): -973125 or 12265201. OLE color: 12265201.

HSL color Cylindrical-coordinate representation of color #F126BB: hue angle of 315.96º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F126BB is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 187 -
CMYK 0 0.84 0.22 0.05
HSL 315.96º 0.88% 0.55% -
HSV(B) 315.96º 0.84% 0.95% -
XYZ 45.94 23.67 49.16 -
YUV 115.68 168.25 217.38 -
System Red Green Blue C M Y K H S L
Decimal 241 38 187 0 0.84 0.22 0.05 315.96 0.88 0.55
Hex F1 26 BB 0 54 16 5 13C 58 37
Octal 361 46 273 0 124 26 5 474 130 67
Binary 11110001 100110 10111011 0 1010100 10110 101 100111100 1011000 110111

Color Harmonies of #F126BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126BB

Black with #F126BB

Text Example


Text Example

White with #F126BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126BB; }

 p { color: rgb(241,38,187); }

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

background-color css

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

 a { background-color: rgb(241,38,187); }

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

border-color css

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

 span { border-color: rgb(241,38,187); }

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