#FF3FB1

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

Shades of Persian Rose #FF3FB1

Tints of Persian Rose #FF3FB1

Color information

#FF3FB1 (or 0xFF3FB1) is unknown color: approx Persian Rose. HEX triplet: FF, 3F and B1. RGB value is (255,63,177). Sum of RGB (Red+Green+Blue) = 255+63+177=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FB1 is #00C04E. Grayscale: #858585. Windows color (decimal): -49231 or 11616255. OLE color: 11616255.

HSL color Cylindrical-coordinate representation of color #FF3FB1: hue angle of 324.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FB1 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB25563177-
CMYK00.750.310
HSL324.38º100%62.35%-
HSV(B)324.38º75.29%100%-
XYZ50.9527.9944.31-
YUV133.4152.61214.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=51.52%
G=12.73%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556317700.750.310324.3810062.35
HexFF3FB104B1F0144643e
Octal37777261011337050414476
Binary1111111111111110110001010010111111101010001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3FB1; }

 p { color: rgb(255,63,177); }

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

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

 a { background-color: rgb(255,63,177); }

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

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

 span { border-color: rgb(255,63,177); }

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