#FF38B3

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

Shades of Persian Rose #FF38B3

Tints of Persian Rose #FF38B3

Color information

#FF38B3 (or 0xFF38B3) is unknown color: approx Persian Rose. HEX triplet: FF, 38 and B3. RGB value is (255,56,179). Sum of RGB (Red+Green+Blue) = 255+56+179=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38B3 is #00C74C. Grayscale: #818181. Windows color (decimal): -51021 or 11745535. OLE color: 11745535.

HSL color Cylindrical-coordinate representation of color #FF38B3: hue angle of 322.91º 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 #FF38B3 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB25556179-
CMYK00.780.300
HSL322.91º100%60.98%-
HSV(B)322.91º78.04%100%-
XYZ50.7927.3445.25-
YUV129.52155.93217.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 56 (22.27% from 255) = 11.43%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=52.04%
G=11.43%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555617900.780.300322.9110060.98
HexFF38B304E1E0143643d
Octal37770263011636050314475
Binary1111111111100010110011010011101111001010000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF38B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF38B3; }

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

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

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

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

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

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

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

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