Html Css Color HEX #F129B0 Spicy Pink

📋 copy color: '#F129B0'

red 241 ◦ green 41 ◦ blue 176

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

Shades of Spicy Pink #F129B0

Tints of Spicy Pink #F129B0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 52.62%
G = 8.95%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F129B0 (or 0xF129B0) is known color: Spicy Pink. HEX triplet: F1, 29 and B0. RGB value is (241,41,176). Sum of RGB (Red+Green+Blue) = 241+41+176=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F129B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F129B0 is #0ED64F. Grayscale: #737373. Windows color (decimal): -972368 or 11545073. OLE color: 11545073.

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

Color convert

RGB 241 41 176 -
CMYK 0 0.83 0.27 0.05
HSL 319.5º 0.88% 0.55% -
HSV(B) 319.5º 0.83% 0.95% -
XYZ 44.91 23.42 43.23 -
YUV 116.19 161.76 217.02 -
System Red Green Blue C M Y K H S L
Decimal 241 41 176 0 0.83 0.27 0.05 319.5 0.88 0.55
Hex F1 29 B0 0 53 1B 5 140 58 37
Octal 361 51 260 0 123 33 5 500 130 67
Binary 11110001 101001 10110000 0 1010011 11011 101 101000000 1011000 110111

Color Harmonies of #F129B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129B0

Black with #F129B0

Text Example


Text Example

White with #F129B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129B0; }

 p { color: rgb(241,41,176); }

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

background-color css

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

 a { background-color: rgb(241,41,176); }

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

border-color css

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

 span { border-color: rgb(241,41,176); }

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