Html Css Color HEX #F12FB3 Spicy Pink

📋 copy color: '#F12FB3'

red 241 ◦ green 47 ◦ blue 179

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

Shades of Spicy Pink #F12FB3

Tints of Spicy Pink #F12FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.06%

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 51.61%
G = 10.06%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F12FB3 (or 0xF12FB3) is known color: Spicy Pink. HEX triplet: F1, 2F and B3. RGB value is (241,47,179). Sum of RGB (Red+Green+Blue) = 241+47+179=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FB3 is #0ED04C. Grayscale: #777777. Windows color (decimal): -970829 or 11743217. OLE color: 11743217.

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

Color convert

RGB 241 47 179 -
CMYK 0 0.80 0.26 0.05
HSL 319.18º 0.87% 0.56% -
HSV(B) 319.18º 0.8% 0.95% -
XYZ 45.43 23.99 44.88 -
YUV 120.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 241 47 179 0 0.80 0.26 0.05 319.18 0.87 0.56
Hex F1 2F B3 0 50 1A 5 13F 57 38
Octal 361 57 263 0 120 32 5 477 127 70
Binary 11110001 101111 10110011 0 1010000 11010 101 100111111 1010111 111000

Color Harmonies of #F12FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FB3

Black with #F12FB3

Text Example


Text Example

White with #F12FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FB3; }

 p { color: rgb(241,47,179); }

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

background-color css

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

 a { background-color: rgb(241,47,179); }

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

border-color css

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

 span { border-color: rgb(241,47,179); }

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