Html Css Color HEX #F31CB7 Spicy Pink

📋 copy color: '#F31CB7'

red 243 ◦ green 28 ◦ blue 183

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

Shades of Spicy Pink #F31CB7

Tints of Spicy Pink #F31CB7

RGB

 RED value IS 243 (95.31% from 255) = 53.52%

 GREEN value IS 28 (11.33% from 255) = 6.17%

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 53.52%
G = 6.17%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F31CB7 (or 0xF31CB7) is known color: Spicy Pink. HEX triplet: F3, 1C and B7. RGB value is (243,28,183). Sum of RGB (Red+Green+Blue) = 243+28+183=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CB7 is #0CE348. Grayscale: #6D6D6D. Windows color (decimal): -844617 or 12000499. OLE color: 12000499.

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

Color convert

RGB 243 28 183 -
CMYK 0 0.88 0.25 0.05
HSL 316.74º 0.9% 0.53% -
HSV(B) 316.74º 0.88% 0.95% -
XYZ 45.92 23.3 46.88 -
YUV 109.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 243 28 183 0 0.88 0.25 0.05 316.74 0.9 0.53
Hex F3 1C B7 0 58 19 5 13D 5A 35
Octal 363 34 267 0 130 31 5 475 132 65
Binary 11110011 11100 10110111 0 1011000 11001 101 100111101 1011010 110101

Color Harmonies of #F31CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CB7

Black with #F31CB7

Text Example


Text Example

White with #F31CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CB7; }

 p { color: rgb(243,28,183); }

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

background-color css

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

 a { background-color: rgb(243,28,183); }

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

border-color css

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

 span { border-color: rgb(243,28,183); }

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