#FB38A9

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

Shades of Persian Rose #FB38A9

Tints of Persian Rose #FB38A9

Color information

#FB38A9 (or 0xFB38A9) is unknown color: approx Persian Rose. HEX triplet: FB, 38 and A9. RGB value is (251,56,169). Sum of RGB (Red+Green+Blue) = 251+56+169=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB38A9 is #04C756. Grayscale: #7E7E7E. Windows color (decimal): -313175 or 11090171. OLE color: 11090171.

HSL color Cylindrical-coordinate representation of color #FB38A9: hue angle of 325.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB38A9 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB25156169-
CMYK00.780.330.02
HSL325.23º96.06%60.2%-
HSV(B)325.23º77.69%98.43%-
XYZ48.3626.240.04-
YUV127.19151.6216.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 56 (22.27% from 255) = 11.76%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=52.73%
G=11.76%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515616900.780.330.02325.2396.0660.2
HexFB38A904E212145603c
Octal37370251011641250514074
Binary111110111110001010100101001110100001101010001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB38A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB38A9; }

 p { color: rgb(251,56,169); }

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

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

 a { background-color: rgb(251,56,169); }

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

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

 span { border-color: rgb(251,56,169); }

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