#FF33C7

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

Shades of Razzle Dazzle Rose #FF33C7

Tints of Razzle Dazzle Rose #FF33C7

Color information

#FF33C7 (or 0xFF33C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and C7. RGB value is (255,51,199). Sum of RGB (Red+Green+Blue) = 255+51+199=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33C7 is #00CC38. Grayscale: #808080. Windows color (decimal): -52281 or 13054975. OLE color: 13054975.

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

Color convert

RGB25551199-
CMYK00.80.220
HSL316.47º100%60%-
HSV(B)316.47º80%100%-
XYZ52.7327.7556.61-
YUV128.87167.59217.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 51 (20.31% from 255) = 10.10%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=50.50%
G=10.10%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555119900.80.220316.4710060
HexFF33C705016013c643c
Octal37763307012026047414474
Binary1111111111001111000111010100001011001001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33C7; }

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

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

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

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

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

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

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

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