#F31BA1

Color #F31BA1 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F31BA1

Tints of Persian Rose #F31BA1

Color information

#F31BA1 (or 0xF31BA1) is unknown color: approx Persian Rose. HEX triplet: F3, 1B and A1. RGB value is (243,27,161). Sum of RGB (Red+Green+Blue) = 243+27+161=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA1 is #0CE45E. Grayscale: #6A6A6A. Windows color (decimal): -844895 or 10558451. OLE color: 10558451.

HSL color Cylindrical-coordinate representation of color #F31BA1: hue angle of 322.78º 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 #F31BA1 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24327161-
CMYK00.890.340.05
HSL322.78º90%52.94%-
HSV(B)322.78º88.89%95.29%-
XYZ43.7922.4135.74-
YUV106.86158.56225.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.38%
GREEN value IS 27 (10.94% from 255) = 6.26%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=56.38%
G=6.26%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432716100.890.340.05322.789052.94
HexF31BA10592251435a35
Octal36333241013142550313265
Binary111100111101110100001010110011000101011010000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31BA1; }

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

 H1.HeaderClassName
 {
   color: #F31BA1;
 }
 .AnyTagClassName
 {
   color: #F31BA1;
 }
</style>
background-color css

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

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

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

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

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

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