#FF30B0

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

Shades of Persian Rose #FF30B0

Tints of Persian Rose #FF30B0

Color information

#FF30B0 (or 0xFF30B0) is unknown color: approx Persian Rose. HEX triplet: FF, 30 and B0. RGB value is (255,48,176). Sum of RGB (Red+Green+Blue) = 255+48+176=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30B0 is #00CF4F. Grayscale: #7C7C7C. Windows color (decimal): -53072 or 11546879. OLE color: 11546879.

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

Color convert

RGB25548176-
CMYK00.810.310
HSL322.9º100%59.41%-
HSV(B)322.9º81.18%100%-
XYZ50.1326.5143.55-
YUV124.48157.08221.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 48 (19.14% from 255) = 10.02%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=53.24%
G=10.02%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554817600.810.310322.910059.41
HexFF30B00511F0143643b
Octal37760260012137050314473
Binary1111111111000010110000010100011111101010000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF30B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF30B0; }

 p { color: rgb(255,48,176); }

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

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

 a { background-color: rgb(255,48,176); }

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

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

 span { border-color: rgb(255,48,176); }

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