#FF30C7

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

Shades of Razzle Dazzle Rose #FF30C7

Tints of Razzle Dazzle Rose #FF30C7

Color information

#FF30C7 (or 0xFF30C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 30 and C7. RGB value is (255,48,199). Sum of RGB (Red+Green+Blue) = 255+48+199=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30C7 is #00CF38. Grayscale: #7E7E7E. Windows color (decimal): -53049 or 13054207. OLE color: 13054207.

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

Color convert

RGB25548199-
CMYK00.810.220
HSL316.23º100%59.41%-
HSV(B)316.23º81.18%100%-
XYZ52.6127.556.57-
YUV127.11168.58219.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 48 (19.14% from 255) = 9.56%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=50.80%
G=9.56%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554819900.810.220316.2310059.41
HexFF30C705116013c643b
Octal37760307012126047414473
Binary1111111111000011000111010100011011001001111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF30C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF30C7; }

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

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

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

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

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

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

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

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