Html Css Color HEX #F129B5 Spicy Pink

📋 copy color: '#F129B5'

red 241 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #F129B5

Tints of Spicy Pink #F129B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 52.05%
G = 8.86%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F129B5 (or 0xF129B5) is known color: Spicy Pink. HEX triplet: F1, 29 and B5. RGB value is (241,41,181). Sum of RGB (Red+Green+Blue) = 241+41+181=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F129B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129B5 is #0ED64A. Grayscale: #747474. Windows color (decimal): -972363 or 11872753. OLE color: 11872753.

HSL color Cylindrical-coordinate representation of color #F129B5: hue angle of 318º 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 #F129B5 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 181 -
CMYK 0 0.83 0.25 0.05
HSL 318º 0.88% 0.55% -
HSV(B) 318º 0.83% 0.95% -
XYZ 45.41 23.62 45.88 -
YUV 116.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 241 41 181 0 0.83 0.25 0.05 318 0.88 0.55
Hex F1 29 B5 0 53 19 5 13E 58 37
Octal 361 51 265 0 123 31 5 476 130 67
Binary 11110001 101001 10110101 0 1010011 11001 101 100111110 1011000 110111

Color Harmonies of #F129B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129B5

Black with #F129B5

Text Example


Text Example

White with #F129B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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