Html Css Color HEX #F12CB2 Spicy Pink

📋 copy color: '#F12CB2'

red 241 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #F12CB2

Tints of Spicy Pink #F12CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

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

R = 52.05%
G = 9.5%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F12CB2 (or 0xF12CB2) is known color: Spicy Pink. HEX triplet: F1, 2C and B2. RGB value is (241,44,178). Sum of RGB (Red+Green+Blue) = 241+44+178=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12CB2 is #0ED34D. Grayscale: #757575. Windows color (decimal): -971598 or 11676913. OLE color: 11676913.

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

Color convert

RGB 241 44 178 -
CMYK 0 0.82 0.26 0.05
HSL 319.19º 0.88% 0.56% -
HSV(B) 319.19º 0.82% 0.95% -
XYZ 45.21 23.72 44.31 -
YUV 118.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 241 44 178 0 0.82 0.26 0.05 319.19 0.88 0.56
Hex F1 2C B2 0 52 1A 5 13F 58 38
Octal 361 54 262 0 122 32 5 477 130 70
Binary 11110001 101100 10110010 0 1010010 11010 101 100111111 1011000 111000

Color Harmonies of #F12CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CB2

Black with #F12CB2

Text Example


Text Example

White with #F12CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CB2; }

 p { color: rgb(241,44,178); }

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

background-color css

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

 a { background-color: rgb(241,44,178); }

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

border-color css

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

 span { border-color: rgb(241,44,178); }

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