Html Css Color HEX #F323B1 Spicy Pink

📋 copy color: '#F323B1'

red 243 ◦ green 35 ◦ blue 177

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

Shades of Spicy Pink #F323B1

Tints of Spicy Pink #F323B1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.69%

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 53.41%
G = 7.69%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F323B1 (or 0xF323B1) is known color: Spicy Pink. HEX triplet: F3, 23 and B1. RGB value is (243,35,177). Sum of RGB (Red+Green+Blue) = 243+35+177=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F323B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F323B1 is #0CDC4E. Grayscale: #717171. Windows color (decimal): -842831 or 11609075. OLE color: 11609075.

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

Color convert

RGB 243 35 177 -
CMYK 0 0.86 0.27 0.05
HSL 319.04º 0.9% 0.55% -
HSV(B) 319.04º 0.86% 0.95% -
XYZ 45.5 23.43 43.72 -
YUV 113.38 163.91 220.45 -
System Red Green Blue C M Y K H S L
Decimal 243 35 177 0 0.86 0.27 0.05 319.04 0.9 0.55
Hex F3 23 B1 0 56 1B 5 13F 5A 37
Octal 363 43 261 0 126 33 5 477 132 67
Binary 11110011 100011 10110001 0 1010110 11011 101 100111111 1011010 110111

Color Harmonies of #F323B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F323B1

Black with #F323B1

Text Example


Text Example

White with #F323B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F323B1; }

 p { color: rgb(243,35,177); }

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

background-color css

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

 a { background-color: rgb(243,35,177); }

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

border-color css

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

 span { border-color: rgb(243,35,177); }

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