#FF30D0

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

Shades of Razzle Dazzle Rose #FF30D0

Tints of Razzle Dazzle Rose #FF30D0

Color information

#FF30D0 (or 0xFF30D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 30 and D0. RGB value is (255,48,208). Sum of RGB (Red+Green+Blue) = 255+48+208=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30D0 is #00CF2F. Grayscale: #7F7F7F. Windows color (decimal): -53040 or 13644031. OLE color: 13644031.

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

Color convert

RGB25548208-
CMYK00.810.180
HSL313.62º100%59.41%-
HSV(B)313.62º81.18%100%-
XYZ53.6827.9362.24-
YUV128.13173.08218.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 48 (19.14% from 255) = 9.39%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=49.90%
G=9.39%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554820800.810.180313.6210059.41
HexFF30D005112013a643b
Octal37760320012122047214473
Binary1111111111000011010000010100011001001001110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF30D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF30D0; }

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

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

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

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

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

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

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

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