#FF38A9

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

Shades of Persian Rose #FF38A9

Tints of Persian Rose #FF38A9

Color information

#FF38A9 (or 0xFF38A9) is unknown color: approx Persian Rose. HEX triplet: FF, 38 and A9. RGB value is (255,56,169). Sum of RGB (Red+Green+Blue) = 255+56+169=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF38A9 is #00C756. Grayscale: #808080. Windows color (decimal): -51031 or 11090175. OLE color: 11090175.

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

Color convert

RGB25556169-
CMYK00.780.340
HSL325.93º100%60.98%-
HSV(B)325.93º78.04%100%-
XYZ49.8226.9540.11-
YUV128.38150.93218.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 56 (22.27% from 255) = 11.67%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=53.12%
G=11.67%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555616900.780.340325.9310060.98
HexFF38A904E220146643d
Octal37770251011642050614475
Binary11111111111000101010010100111010001001010001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF38A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF38A9; }

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

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

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

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

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

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

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

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