Html Css Color HEX #F31BA4 Spicy Pink

📋 copy color: '#F31BA4'

red 243 ◦ green 27 ◦ blue 164

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

Shades of Spicy Pink #F31BA4

Tints of Spicy Pink #F31BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.22%

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 55.99%
G = 6.22%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F31BA4 (or 0xF31BA4) is known color: Spicy Pink. HEX triplet: F3, 1B and A4. RGB value is (243,27,164). Sum of RGB (Red+Green+Blue) = 243+27+164=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA4 is #0CE45B. Grayscale: #6A6A6A. Windows color (decimal): -844892 or 10755059. OLE color: 10755059.

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

Color convert

RGB 243 27 164 -
CMYK 0 0.89 0.33 0.05
HSL 321.94º 0.9% 0.53% -
HSV(B) 321.94º 0.89% 0.95% -
XYZ 44.05 22.52 37.15 -
YUV 107.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 243 27 164 0 0.89 0.33 0.05 321.94 0.9 0.53
Hex F3 1B A4 0 59 21 5 142 5A 35
Octal 363 33 244 0 131 41 5 502 132 65
Binary 11110011 11011 10100100 0 1011001 100001 101 101000010 1011010 110101

Color Harmonies of #F31BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31BA4

Black with #F31BA4

Text Example


Text Example

White with #F31BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31BA4; }

 p { color: rgb(243,27,164); }

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

background-color css

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

 a { background-color: rgb(243,27,164); }

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

border-color css

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

 span { border-color: rgb(243,27,164); }

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